From 747cdc804ba7ac3226e0131862a0dbae4e4f0ff5 Mon Sep 17 00:00:00 2001 From: Jakub Wach Date: Wed, 20 Oct 2021 14:38:56 +0200 Subject: [PATCH] otel_log_level suport proposal --- specification/configuration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/configuration.md b/specification/configuration.md index 713b4cc..f827d6b 100644 --- a/specification/configuration.md +++ b/specification/configuration.md @@ -135,7 +135,11 @@ beyond the OpenTelemetry specification exist. - `OTEL_TRACES_EXPORTER` - Non-RUM distribution MUST default to `otlp` over gRPC with an endpoint of `localhost:4317` - Non-RUM distribution MUST offer `jaeger-thrift-splunk` that defaults to `http://127.0.0.1:9080/v1/trace` - +- `OTEL_LOG_LEVEL` + - Distribution SHOULD support `DEBUG` setting. With this value all relevant troubleshooting data should be logged. + - Distribution MAY support additional levels: + - `INFO` - coarser-grained informational events than the `DEBUG`. + - `TRACE` - finer-grained informational events than the `DEBUG`. #### Real User Monitoring Libraries Real User Monitoring (RUM) instrumentation libraries cannot use environment variables for configuration.