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"
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,
>
>