(1) InterruptedExceptions are thrown during normal shutdown and should
generally not be logged.  This is by design.
(2) OOM conditions can prevent logging from working.  So if you want to log
those, fine, but please retain the System.err output.

Karl


On Tue, Mar 15, 2022 at 1:51 PM Julien Massiera <
julien.massi...@francelabs.com> wrote:

> Hi,
>
>
>
> In the WorkerThread class, OOM are logged using System.err (l849) and
> therefore cannot be formated, but more importantly, the timestamp is lost,
> which can be very problematic to investigate issues. Also,
> InterruptedExceptions are not logged at all (l844) !
>
> Can we use Logging.threads.fatal for OOM and  Logging.threads.error for
> InterruptedExceptions instead ?
>
>
>
> If it is ok, I can create a ticket and make the changes myself.
>
>
>
> Regards,
>
> Julien
>
>
>
>
>
>

Reply via email to