This message was deleted.
# support
s
This message was deleted.
s
How do I get the python OTEL instrumentation to send logs to the collector?
https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/logs
I guess it’s a side effect of A but the Exceptions tab stays clean even though I trigger some exceptions on the Flask server.
That shouldn’t be the case, are these exceptions caught and logged or just raised. If they are caught logged there won’t be any in the exceptions tab as they come from the traces exception event https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#record-exception.