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 <piotr.karw...@gmail.com> 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 >