evanxuhe commented on issue #3219: Log4j2 support AsyncRoot print tid URL: https://github.com/apache/skywalking/pull/3219#issuecomment-518131458 What's more, I comment the filter rule about org.apache.logging. I noticed that agent use log4j2 too and relavant instrument is ignored. I simply comment this filter. Is it OK? ```java .ignore( nameStartsWith("net.bytebuddy.") nameStartsWith("net.bytebuddy.") .or(nameStartsWith("org.slf4j.")) .or(nameStartsWith("org.slf4j.")) .or(nameStartsWith("org.apache.logging.")) // .or(nameStartsWith("org.apache.logging.")) .or(nameStartsWith("org.groovy.")) .or(nameStartsWith("org.groovy.")) .or(nameContains("javassist")) .or(nameContains("javassist")) .or(nameContains(".asm.")) .or(nameContains(".asm.")) ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
