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 2020/12/19 12:07:14 UTC

[GitHub] [skywalking] kezhenxu94 commented on issue #6032: Gradle+logback 1.2.3+springboot 2.7.7 +apm-toolkit-logback-1.x 6.6.0==> [tid] is not a valid conversion word

kezhenxu94 commented on issue #6032:
URL: https://github.com/apache/skywalking/issues/6032#issuecomment-748465686


   Please read [the doc](https://github.com/apache/skywalking/blob/master/docs/en/setup/service-agent/java-agent/Application-toolkit-logback-1.x.md), you need a SkyWalking layout to parse `%tid`
   
   ```xml
   <layout class="org.apache.skywalking.apm.toolkit.log.logback.v1.x.TraceIdPatternLogbackLayout">
       <Pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%tid] [%thread] %-5level %logger{36} -%msg%n</Pattern>
   </layout>
   ```


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