-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
bugIncorrect, unexpected, or unintended behavior of existing codeIncorrect, unexpected, or unintended behavior of existing code
Milestone
Description
Description
The AsyncLoggerConfig
calls AbstractFilterable#isFiltered(LogEvent)
three times:
- twice on the calling thread (for asynchronous and synchronous dispatch),
- once on the logging thread.
While this is not a problem per se, this causes unnecessary problems to stateful filters like in micrometer-metrics/micrometer#2176.
Configuration
Version: 2.20.0
Metadata
Metadata
Assignees
Labels
bugIncorrect, unexpected, or unintended behavior of existing codeIncorrect, unexpected, or unintended behavior of existing code