-
I'm using the following revelant dependecies and versions: Our library common-event-handling just recently switched to using the slf4j framework instead of directly using log4j2. The service is using the log4j2 api but logback as the implementation.
and here's the same scenario when the net.logstash.logback.encoder.LogstashEncoder is activated
The revelant Logger is LoggingProducerListener which is created in the library that the service is using. As you can see the output is not present and there is no error sent to the console either.
logback-spring.xml
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @bjeSSAdev To help debug, please enable logback's status listener, and run your example again to see if any status messages are output on the console. |
Beta Was this translation helpful? Give feedback.
Hi @bjeSSAdev
To help debug, please enable logback's status listener, and run your example again to see if any status messages are output on the console.