This message was deleted.
# general
s
This message was deleted.
f
I have set
OTEL_PYTHON_LOG_CORRELATION
to true in my fastapi application environment and also set the format as %(asctime)s %(levelname)s [%(name)s] [%(filename)s:%(lineno)d] [trace_id=%(otelTraceID)s span_id=%(otelSpanID)s resource.service.name=%(otelServiceName)s trace_sampled=%(otelTraceSampled)s] - %(message)s. I am getting this error:
Copy code
ValueError: Formatting field not found in record: 'otelTraceID'
@Srikanth Chekuri can you please help?
t
I have the same issue. Did you manage to solve the issue @fahad yamin?
157 Views