Skip to content

Commit 5a3d3c1

Browse files
committed
Fix javadoc
1 parent 3ab6d12 commit 5a3d3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/logging/AutoConfigurationReportLoggingInitializer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

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

0 commit comments

Comments
 (0)