Is there any logs if I use auto-instrument right? #1579
-
I am using auto-instrumentation with my services, but I can't see any logs, and I can't find my service from our third party end, I want to know what's wrong, but without any logs, I am in dark. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Can you share the versions of relevant opentelemetry packages from There was this bug open-telemetry/opentelemetry-python#2594 bug it was fixed quite a while ago. It shouldn't be needed, but you can try adding |
Beta Was this translation helpful? Give feedback.
-
My problem got solved later, I think that is because I actually didn't install the otel-packages. Use |
Beta Was this translation helpful? Give feedback.
Can you share the versions of relevant opentelemetry packages from
pip freeze
? Also, what do you mean by logs here, like print statements orlogging
standard library logs?There was this bug open-telemetry/opentelemetry-python#2594 bug it was fixed quite a while ago. It shouldn't be needed, but you can try adding
--logs_exporter=console
.