Browse Source

Restore management.logging.export.enabled in documentation

Closes gh-47961
pull/47991/head
Moritz Halbritter 3 months ago
parent
commit
da8aedb193
  1. 6
      module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
  2. 5
      module/spring-boot-opentelemetry/src/main/resources/META-INF/additional-spring-configuration-metadata.json

6
module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -134,6 +134,12 @@ @@ -134,6 +134,12 @@
"description": "Whether to enable SSL certificate info.",
"defaultValue": false
},
{
"name": "management.logging.export.enabled",
"type": "java.lang.Boolean",
"description": "Whether auto-configuration of logging is enabled to export logs.",
"defaultValue": true
},
{
"name": "management.server.add-application-context-header",
"type": "java.lang.Boolean",

5
module/spring-boot-opentelemetry/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -2,10 +2,7 @@ @@ -2,10 +2,7 @@
"groups": [],
"properties": [
{
"name": "management.logging.export.enabled",
"type": "java.lang.Boolean",
"description": "Whether auto-configuration of logging is enabled to export logs.",
"defaultValue": true,
"name": "management.otlp.logging.export.enabled",
"deprecation": {
"replacement": "management.logging.export.otlp.enabled",
"level": "error"

Loading…
Cancel
Save