You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Compiler: corretto jdk 11
OS: (e.g., "Ubuntu 20.04") macos m1
Runtime (if different from JDK above): corretto jdk 11
OS (if different from OS compiled on): macos m1
The text was updated successfully, but these errors were encountered:
I create a demo to explain the problem that i met.
I tried to print logs in thread pool. And i add "trace=%X{trace_id},span=%X{span_id}" to my logback.xml
And the app log like this, some logs having trace id and span id but some have nothing.
And if i do something in the thread, such as make an rpc, all the logs will have trace id
Is this a bug? Or just a print mistake?
What version are you using?
1.15.0
Environment
Compiler: corretto jdk 11
OS: (e.g., "Ubuntu 20.04") macos m1
Runtime (if different from JDK above): corretto jdk 11
OS (if different from OS compiled on): macos m1
The text was updated successfully, but these errors were encountered: