Hi Ceki,
The Jira issue is https://jira.qos.ch/browse/SLF4J-515
T
On Thu, Jul 8, 2021 at 3:54 PM Ceki wrote:
> Hi Tibor,
>
> Your analysis makes sense. As SimpleLogger acts as an appender as found
> in log4j/logback backends, SimpleLogger should cater for concurrent
> access with some sort of
Hi Tibor,
Your analysis makes sense. As SimpleLogger acts as an appender as found
in log4j/logback backends, SimpleLogger should cater for concurrent
access with some sort of synchronization. It currently does not.
Please create a jira issue for this problem.
Best regards,
--
Ceki Gülcü
On
Hi Ceki,
We have observed a strange behavior of the logger slf4j-simple when two or
more parallel Maven modules log the exceptions and the messages.
It produces corrupted lines in the log and they are partially mixed with
other lines.
The lines look like this and they are obviously not expected i