vy opened a new pull request, #1503:
URL: https://github.com/apache/logging-log4j2/pull/1503

   The default `minLevel` and `maxLevel` of `LevelRangeFilter` are both set to 
`ERROR`. As hinted in #1495, this is unintuitive and excludes `FATAL` by 
default, unless `minLevel` is explicitly overridden. This PR replaces these 
defaults with `OFF` and `ALL`, respectively, and adds documentation.
   
   **Warning!** This change breaks the backward compatibility. Though the 
expected impact is low, since
   1. The filter wasn't documented
   2. The majority of users are expected to only configure a `maxLevel`. This 
will still work, yet, after this PR, the filter will also allow events with 
levels higher than ERROR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to