[log4j] Bump default status logger level to WARN

2023-07-26 Thread Piotr P. Karwasz
Hi all,

In [1] Łukasz implemented the long-awaited bump of the default status
logger level from ERROR to WARN.

>From my perspective this is a good change, since most configuration
errors can be caught without setting `-Dlog4j2.debug=true`. On the
other hand some users will complain that "working" configurations will
start reporting errors on stderr now.

What do you think about this?

Piotr

[1] https://github.com/apache/logging-log4j2/pull/1592


Re: [log4j] Bump default status logger level to WARN

2023-07-26 Thread Gary Gregory
One think that turns me off big time about slf4j is that it logs to the
console a warning about binding jars, almost always, in large apps (it does
not matter why). Let's not do that if there is a chance it will annoy users.

Gary

On Wed, Jul 26, 2023, 06:14 Piotr P. Karwasz 
wrote:

> Hi all,
>
> In [1] Łukasz implemented the long-awaited bump of the default status
> logger level from ERROR to WARN.
>
> From my perspective this is a good change, since most configuration
> errors can be caught without setting `-Dlog4j2.debug=true`. On the
> other hand some users will complain that "working" configurations will
> start reporting errors on stderr now.
>
> What do you think about this?
>
> Piotr
>
> [1] https://github.com/apache/logging-log4j2/pull/1592
>