Replies: 5 comments 5 replies
-
@wu-sheng , Could you help me? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can other logback calls print traceId correctly? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The Skywalking -Java-agent lib version: when I invoke a api interface, The log is printed as follows |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there another way to print traceId ? un... do not set tid to mdc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
below is my project lib version:
SpringBoot:3.0.2,Spring Cloud Gateway:4.0.0,Skywalking:10.0.0
apm-toolkit-trace:9.2.0, apm-toolkit-logback-1.x:9.2.0,apm-toolkit-webflux-activation: 9.2.0
In gateway service,i can print the tid in my code when i use String traceId = TraceContext.traceId(); ,but logback cannot print tid,only show [TID:N/A].

The java-agent in website:

Beta Was this translation helpful? Give feedback.
All reactions