diff --git a/examples/Console/otlp-collector-example/config.yaml b/examples/Console/otlp-collector-example/config.yaml index b24851ab92d..932f24a193d 100644 --- a/examples/Console/otlp-collector-example/config.yaml +++ b/examples/Console/otlp-collector-example/config.yaml @@ -12,7 +12,7 @@ receivers: exporters: logging: - loglevel: debug + verbosity: detailed service: pipelines: diff --git a/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md b/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md index 2f833771416..290e9daa6b5 100644 --- a/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md +++ b/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md @@ -322,13 +322,6 @@ values of the log record limits ### Otlp Log Exporter -* `OTEL_DOTNET_EXPERIMENTAL_OTLP_EMIT_EXCEPTION_LOG_ATTRIBUTES` - -When set to `true`, it enables export of attributes corresponding to -`LogRecord.Exception`. The attributes `exception.type`, `exception.message` and -`exception.stacktrace` are defined in -[specification](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/exceptions/exceptions-logs.md#attributes). - * `OTEL_DOTNET_EXPERIMENTAL_OTLP_EMIT_EVENT_LOG_ATTRIBUTES` When set to `true`, it enables export of `LogRecord.EventId.Id` as