Skip to content
Prev Previous commit
Next Next commit
Update docs/reference/edot-python/configuration.md
  • Loading branch information
xrmx authored Sep 26, 2025
commit ddaebe3cb5261a078b10a06ec9966f8c44334f1c
2 changes: 1 addition & 1 deletion docs/reference/edot-python/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ EDOT Python uses different defaults than OpenTelemetry Python for the following

| Option(s) | Default | Description |
|---|---|---|
| `ELASTIC_OTEL_LOG_LEVEL` | `warn` | Configure EDOT SDK logging level to one of `trace`, `debug`, `info`, `warn`, `error`, `fatal, `off` |
| `ELASTIC_OTEL_LOG_LEVEL` | `warn` | Configure EDOT SDK logging level to one of `trace`, `debug`, `info`, `warn`, `error`, `fatal`, `off` |
| `ELASTIC_OTEL_SYSTEM_METRICS_ENABLED` | `false` | When set to `true`, sends *system namespace* metrics. |

## LLM settings
Expand Down
Loading