FrankCy commented on issue #2582:
URL: 
https://github.com/apache/logging-log4j2/issues/2582#issuecomment-2117038869

   > @FrankCy,
   > 
   > Can you check if your application is using Log4j for **all** logging: many 
RocketMQ artifacts have a dependency on `logback-classic`, which smuggles 
Logback into an application classpath. See 
[apache/rocketmq#5347](https://github.com/apache/rocketmq/issues/5347) for 
details. You can do it by adding some prefix to your `PatternLayout` (e.g. 
`Log4j: `).
   > 
   > If your runtime dependencies are configured correctly (no Logback, an 
appropriate `log4j-slf4j2-impl` bridge), please add the contents of your 
configuration file to this question.
   
   Hi, this is not a problem, I am using rocketmq-client, not rocketmq-tools, 
rocketmq-client is using log4j-api 2.7 for log management.


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

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to