You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/logging/AutoConfigurationReportLoggingInitializer.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,9 @@
34
34
35
35
/**
36
36
* {@link ApplicationContextInitializer} that writes the {@link ConditionEvaluationReport}
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.
37
+
* to the log. Reports are logged at the {@link LogLevel#DEBUG DEBUG} level. A crash
38
+
* report triggers an info output suggesting the user runs again with debug enabled to
39
+
* display the report.
39
40
* <p>
40
41
* This initializer is not intended to be shared across multiple application context
0 commit comments