You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/11/13 01:52:53 UTC

[GitHub] candyleer commented on issue #948: skywalking集成logback日志问题

candyleer commented on issue #948: skywalking集成logback日志问题
URL: https://github.com/apache/incubator-skywalking/issues/948#issuecomment-438099734
 
 
   This problem can be solved by slf4j `MDC` mechanism, `put and get method`like a `threadlocal map`, in async or sync log env, they have their own logic to guarantee `MDC.get(key)` can get the right value.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services