Re: Revamp of asynchronous logging

2024-02-06 Thread Piotr P. Karwasz
Hi Matt, On Mon, 5 Feb 2024 at 22:37, Matt Sicker wrote: > > For #3, I agree that we should perform formatting on the application thread > before transferring control to an asynchronous thread. I am not sure if we always need to format the message (the `log4j2.formatMsgAsync` property and and t

Re: Revamp of asynchronous logging

2024-02-05 Thread Matt Sicker
For #3, I agree that we should perform formatting on the application thread before transferring control to an asynchronous thread. > On Feb 5, 2024, at 14:49, Piotr P. Karwasz wrote: > > Hi all (and especially Remko), > > Lately I spent some time looking at the asynchronous logger/logger > con