Hi Volkan, On Mon, 22 Jan 2024 at 13:31, Volkan Yazıcı <vol...@yazi.ci> wrote: > 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?
There are about 100 warnings in `log4j-core`. Most of them only occur if an error condition occurs, but it is fixed by the code. For example if a user has a properties configuration with a lot of unrecognized/ignored properties, a warning will be issued for each one of them. Some of these warnings are not fixable by the user, e.g. the "The bufferSize is set to {} but bufferedIo is false: {}" (bufferSize has always a value), but I am willing to go through the list of warnings and fix them. Piotr