Polish
Closes gh-4572
This commit is contained in:
committed by
Stephane Nicoll
parent
31d7ebc96e
commit
8ec00c35bf
@@ -40,7 +40,7 @@ import org.springframework.web.context.support.StandardServletEnvironment;
|
||||
/**
|
||||
* An {@link EnvironmentPostProcessor} that parses JSON from
|
||||
* {@code spring.application.json} or equivalently
|
||||
* {@link SpringApplicationJsonEnvironmentPostProcessor} and adds it as a map property
|
||||
* {@code SPRING_APPLICATION_JSON} and adds it as a map property
|
||||
* source to the {@link Environment}. The new properties are added with higher priority
|
||||
* than the system properties.
|
||||
*
|
||||
|
||||
@@ -186,7 +186,7 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void loggingLevelIsPropagatedToJulI() {
|
||||
public void loggingLevelIsPropagatedToJul() {
|
||||
this.loggingSystem.beforeInitialize();
|
||||
this.loggingSystem.initialize(this.initializationContext, null, null);
|
||||
this.loggingSystem.setLogLevel(getClass().getName(), LogLevel.DEBUG);
|
||||
|
||||
Reference in New Issue
Block a user