Merge branch '3.3.x' into 3.4.x
This commit is contained in:
		
						commit
						7514f84a2b
					
				| 
						 | 
				
			
			@ -147,7 +147,7 @@ class Log4J2LoggingSystemTests extends AbstractLoggingSystemTests {
 | 
			
		|||
		Configuration configuration = this.loggingSystem.getConfiguration();
 | 
			
		||||
		assertThat(output).contains("Hello world").doesNotContain("Hidden");
 | 
			
		||||
		assertThat(new File(tmpDir() + "/spring.log")).exists();
 | 
			
		||||
		assertThat(configuration.getConfigurationSource().getLocation()).contains("/log4j2-file.xml");
 | 
			
		||||
		assertThat(configuration.getConfigurationSource().getLocation()).contains("log4j2-file.xml");
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	@Test
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue