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 2021/03/22 01:22:06 UTC

[GitHub] [skywalking] J-Cod3r commented on pull request #6567: fix no trace id in async log

J-Cod3r commented on pull request #6567:
URL: https://github.com/apache/skywalking/pull/6567#issuecomment-803702658


   @xuanyu66 
   I've read your issue and code, but I still don't quite understand the reason for the bug, can you describe your usage scenario? Because it works fine with the following configuration
   ```xml
   <Configuration>
           <Appenders>
               <Console name="_Console" target="SYSTEM_OUT">
                   <PatternLayout pattern="%d [%traceId] %-5p %c{1}:%L - %m%n"/>
               </Console>
               <Async name="Console">
                   <AppenderRef ref="_Console"/>
               </Async>
           </Appenders>
           <Loggers>
               <Root level="INFO">
                   <Appender-Ref ref="Console"/>
               </Root>
           </Loggers>
   </Configuration>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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