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

   This PR deprecates the configuration attribute `verbose` (i.e., 
`<Configuration verbose="..."`) and `StatusConsoleListener` filters. This is 
part of an ongoing effort to simplify the `StatusLogger`.
   
   `verbose` attribute is deprecated, because it was only effective over 
`verboseClasses` and that was hardcoded to a list only containing 
`ResourceUtil`. `ResourceUtil` is slightly updated and its `logger.info()` 
calls are replaced with `logger.debug()`, since it won't be filtered out 
anymore and the default `StatusLogger` level is `INFO`.


-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to