chore(docs): Update logging.md (#10006)

Fixes a missing slash in OTEL_ENDPOINT example
This commit is contained in:
Joakim Lorentz 2025-04-16 01:34:55 +02:00 committed by GitHub
parent 09df3815b8
commit c9cf43df5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -862,7 +862,7 @@ Add the following to your env
```shell ```shell
OTEL_EXPORTER="otlp_http" OTEL_EXPORTER="otlp_http"
OTEL_ENDPOINT="http:/0.0.0.0:4317" OTEL_ENDPOINT="http://0.0.0.0:4317"
OTEL_HEADERS="x-honeycomb-team=<your-api-key>" # Optional OTEL_HEADERS="x-honeycomb-team=<your-api-key>" # Optional
``` ```