Description
Piotr P. Karwasz created this issue on 25/Jan/23 9:02 PM
These two calls should always have the same result:
logger.info(marker, "Hello Logback!"); logger.atInfo().addMarker(marker).log("Hello Logback!");
Messages at a DEBUG level are treated differently by the two calls if turbo filters are involved:
- the first call passes all the parameters to the turbo filter. If the filter returns ACCEPT the message is logged,
- the second call only checks the level of the message (DEBUG) and discards the message.
Attachments
Issue Links
- links to