Hi there,
Is there a way to stop the OTEL traces and metrics from exporting to the console? I’m running the image nvcr.io/nim/mit/diffdock:2.0.0
When running the Docker container, I included:
-e OTEL_TRACES_EXPORTER=otlp \
-e OTEL_METRICS_EXPORTER=otlp \
but on startup, I still see in the logs:
OTEL_TRACES_EXPORTER: console
OTEL_METRICS_EXPORTER: console
OTEL_EXPORTER_OTLP_ENDPOINT: "
Thanks!