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: module/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/logging/ConditionalOnEnabledLoggingExport.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
* {@link Conditional @Conditional} that checks whether logging export is enabled. It
29
29
* matches if the value of the {@code management.logging.export.enabled} property is
30
30
* {@code true} or if it is not configured. If the {@link #value() logging exporter name}
31
-
* is set, the {@code management.<name>.logging.export.enabled} property can be used to
31
+
* is set, the {@code management.logging.export.<name>.enabled} property can be used to
32
32
* control the behavior for the specific logging exporter. In that case, the
33
33
* exporter-specific property takes precedence over the global property.
Copy file name to clipboardExpand all lines: module/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/logging/OnEnabledLoggingExportCondition.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ class OnEnabledLoggingExportCondition extends SpringBootCondition {
Copy file name to clipboardExpand all lines: module/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/logging/OnEnabledLoggingExportConditionTests.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ class OnEnabledLoggingExportConditionTests {
0 commit comments