Replies: 1 comment
-
traceid will not print in app logs automatically. You should add in the logging handler. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to the documentation, I have configured the environment variable
SW_AGENT_LOG_REPORTER_LAYOUT='%(asctime)s %(tid)s [%(threadName)s] %(levelname)s %(name)s - %(message)s', but the service logs do not print the trace ID. The service logs are in the standard Python format.
Beta Was this translation helpful? Give feedback.
All reactions