Skip to content

Logback-classic 1.4.5 emits replayed events at the TRACE level #615

Answered by ceki
prdoyle asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @prdoyle,

The implementation of the Logger.log(LoggingEvent) method changed between logback versions 1.2 and 1.3/1.4. The latter method implementation assumes that when the system invoked, there was a prior decision made for logging (with no further filtering) whereas the prior implementation assumes that some further filtering is required.

Can you create a issue regarding this in the SLF4J project in our jira?

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by prdoyle
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants