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: instrumentation/logback/logback-appender-1.0/library/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ The available settings are:
100
100
|`captureMarkerAttribute`| Boolean |`false`| Enable the capture of Logback markers as attributes. |
101
101
|`captureKeyValuePairAttributes`| Boolean |`false`| Enable the capture of Logback key value pairs as attributes. |
102
102
|`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. |
104
104
|`captureMdcAttributes`| String || Comma separated list of MDC attributes to capture. Use the wildcard character `*` to capture all attributes. |
105
105
|`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. |
0 commit comments