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-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/logging/ConditionalOnEnabledLoggingExport.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/logging/OnEnabledLoggingExportCondition.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/logging/otlp/OtlpLoggingAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/logging/otlp/OtlpLoggingConfigurations.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@
312
312
{
313
313
"name": "management.logging.export.enabled",
314
314
"type": "java.lang.Boolean",
315
-
"description": "Whether the auto-configuration for exporting log record data is enabled",
315
+
"description": "Whether auto-configuration of logging is enabled to export logs.",
316
316
"defaultValue": true
317
317
},
318
318
{
@@ -2076,7 +2076,7 @@
2076
2076
{
2077
2077
"name": "management.otlp.logging.export.enabled",
2078
2078
"type": "java.lang.Boolean",
2079
-
"description": "Whether auto-configuration for exporting OTLP log records is enabled."
2079
+
"description": "Whether auto-configuration of logging is enabled to export OTLP logs."
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/logging/OnEnabledLoggingExportConditionTests.java
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -31,81 +31,81 @@
31
31
importstaticorg.mockito.Mockito.mock;
32
32
33
33
/**
34
-
* Tests for {@link OnEnabledLoggingCondition}.
34
+
* Tests for {@link OnEnabledLoggingExportCondition}.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/logging/otlp/OtlpLoggingAutoConfigurationTests.java
0 commit comments