Closes gh-4572
This commit is contained in:
Johnny Lim
2015-11-21 12:12:05 +09:00
committed by Stephane Nicoll
parent 31d7ebc96e
commit 8ec00c35bf
40 changed files with 70 additions and 70 deletions

View File

@@ -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.
*

View File

@@ -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);