Skip to content

Commit b5f5f9e

Browse files
fix OpenTelemetryAppender configuration XML element name
1 parent 1b1f307 commit b5f5f9e

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/logback/logback-appender-1.0/library

1 file changed

+1
-1
lines changed

instrumentation/logback/logback-appender-1.0/library/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The available settings are:
100100
| `captureMarkerAttribute` | Boolean | `false` | Enable the capture of Logback markers as attributes. |
101101
| `captureKeyValuePairAttributes` | Boolean | `false` | Enable the capture of Logback key value pairs as attributes. |
102102
| `captureLoggerContext` | Boolean | `false` | Enable the capture of Logback logger context properties as attributes. |
103-
| `capture-arguments` | Boolean | `false` | Enable the capture of Logback logger arguments. |
103+
| `captureArguments` | Boolean | `false` | Enable the capture of Logback logger arguments. |
104104
| `captureMdcAttributes` | String | | Comma separated list of MDC attributes to capture. Use the wildcard character `*` to capture all attributes. |
105105
| `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. |
106106

0 commit comments

Comments
 (0)