From 5a3d3c105b9ab527f7a4e5f6dd82f81094e2f0c2 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Fri, 14 Sep 2018 11:10:16 -0700 Subject: [PATCH] Fix javadoc --- .../logging/AutoConfigurationReportLoggingInitializer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/logging/AutoConfigurationReportLoggingInitializer.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/logging/AutoConfigurationReportLoggingInitializer.java index 2a7aada4379..e62d51358d6 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/logging/AutoConfigurationReportLoggingInitializer.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/logging/AutoConfigurationReportLoggingInitializer.java @@ -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. *

* This initializer is not intended to be shared across multiple application context * instances.