From b5f5f9e2bd271a44ec8d528e2b13f0b90f937c4e Mon Sep 17 00:00:00 2001 From: "igor.suhorukov" Date: Thu, 25 Jul 2024 00:04:04 +0300 Subject: [PATCH] fix OpenTelemetryAppender configuration XML element name --- instrumentation/logback/logback-appender-1.0/library/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/logback/logback-appender-1.0/library/README.md b/instrumentation/logback/logback-appender-1.0/library/README.md index 7a1b15c95bbb..14c515071d76 100644 --- a/instrumentation/logback/logback-appender-1.0/library/README.md +++ b/instrumentation/logback/logback-appender-1.0/library/README.md @@ -100,7 +100,7 @@ The available settings are: | `captureMarkerAttribute` | Boolean | `false` | Enable the capture of Logback markers as attributes. | | `captureKeyValuePairAttributes` | Boolean | `false` | Enable the capture of Logback key value pairs as attributes. | | `captureLoggerContext` | Boolean | `false` | Enable the capture of Logback logger context properties as attributes. | -| `capture-arguments` | Boolean | `false` | Enable the capture of Logback logger arguments. | +| `captureArguments` | Boolean | `false` | Enable the capture of Logback logger arguments. | | `captureMdcAttributes` | String | | Comma separated list of MDC attributes to capture. Use the wildcard character `*` to capture all attributes. | | `numLogsCapturedBeforeOtelInstall` | Integer | 1000 | Log telemetry is emitted after the initialization of the OpenTelemetry Logback appender with an OpenTelemetry object. This setting allows you to modify the size of the cache used to replay the first logs. thread.id attribute is not captured. |