logback / LOGBACK-1719 [Open]
Support for Turbofilters in LoggingEventBuilder

==============================

Here's what changed in this issue in the last few minutes.
This issue has been created
This issue is now assigned to you.

View or comment on issue using this link
https://jira.qos.ch/browse/LOGBACK-1719

==============================
 Issue created
------------------------------

Piotr P. Karwasz created this issue on 25/Jan/23 9:02 PM
Summary:              Support for Turbofilters in LoggingEventBuilder
Issue Type:           Bug
Affects Versions:     1.4.5
Assignee:             Logback dev list
Components:           logback-classic
Created:              25/Jan/23 9:02 PM
Environment:
  These two calls should *always* have the same result:
  
  {code:java}
  logger.info(marker, "Hello Logback!");
  logger.atInfo().addMarker(marker).log("Hello Logback!");
  {code}
  
  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.
Priority:             Minor
Reporter:             Piotr P. Karwasz


==============================
 This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)

_______________________________________________
logback-dev mailing list
logback-dev@qos.ch
https://mailman.qos.ch/cgi-bin/mailman/listinfo/logback-dev

Reply via email to