spring-boot/spring-boot
Phillip Webb 8854526c5e Refine 'No log4j2 configuration file found' hiding
Refine commit 1e9e1b04d0 since it unfortunately had the side-effect of
disabling logging when a valid `log4j2.xml` file was found.

The updated code uses a similar technique but instead of accepting
'*' as a file type it now looks for `.springboot` (which it finds
because we ship a `log4j2.springboot` file in out JAR.

Rather than exiting Log4J2's `ConfigurationFactory.Factory`
`getConfiguration` method early, our `SpringBootConfigurationFactory`
is now only triggered on the last call to `getConfiguration`.

Closes gh-4809
2016-12-29 16:14:18 -08:00
..
src Refine 'No log4j2 configuration file found' hiding 2016-12-29 16:14:18 -08:00
pom.xml Rename `spring-boot-junit-runners` to `spring-boot-test-support` 2016-12-01 16:25:47 +01:00