Piotr, could you share some examples of typical working configurations that will start reporting errors? What kind of errors will these reports contain? A message or a fully-blown stack trace? Will there be a multitude of these? Or 1-2 occasional appearances?
I know answers will vary dependending on the configuration. I am interested in, let's say, typical Spring, Java application users with simple `log4j2.xml`, `log4j2.yaml` files. On Wed, Jul 26, 2023 at 12:14 PM 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 >