You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/03/16 01:44:47 UTC

[GitHub] shanShanKate opened a new issue #948: skywalking������logback������������

shanShanKate opened a new issue #948: skywalking集成logback日志问题
URL: https://github.com/apache/incubator-skywalking/issues/948
 
 
   集成logback , 如果配置了 异步输出加载
   <appender name="ASYNC" class="ch.qos.logback.classic.AsyncAppender">
           <queueSize>512</queueSize>
           <appender-ref ref="FILE" />
       </appender>
   探针TID就不会输出,  如果去掉这块配置TID正常, 请问是什么原因?

----------------------------------------------------------------
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