Skip to content

Commit

Permalink
fix OpenTelemetryAppender configuration XML element name
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-suhorukov committed Jul 24, 2024
1 parent 1b1f307 commit b5f5f9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down

0 comments on commit b5f5f9e

Please sign in to comment.