Browse Source

Merge branch '2.0.x'

pull/14478/merge
Madhura Bhave 8 years ago
parent
commit
d9efca146e
  1. 4
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/logging/ConditionEvaluationReportLoggingListener.java

4
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/logging/ConditionEvaluationReportLoggingListener.java

@ -34,8 +34,8 @@ import org.springframework.core.ResolvableType; @@ -34,8 +34,8 @@ import org.springframework.core.ResolvableType;
/**
* {@link ApplicationContextInitializer} that writes the {@link ConditionEvaluationReport}
* to the log. Reports are logged at the {@link LogLevel#DEBUG DEBUG} level unless there
* was a problem, in which case they are the {@link LogLevel#INFO INFO} level is used.
* to the log. Reports are logged at the {@link LogLevel#DEBUG DEBUG} level. A crash report
* triggers an info output suggesting the user runs again with debug enabled to display the report.
* <p>
* This initializer is not intended to be shared across multiple application context
* instances.

Loading…
Cancel
Save