Re: Unexpected concurrent LoggerContext initialization

2021-11-11 Thread Remko Popma
What do the generated files look like? Is the output that is generated in concurrent mode longer or shorter than the expected length? Also, does it contain one entry (one log message) per line, or is it scrambled? Are entries ordered by time? On Fri, Nov 12, 2021 at 12:34 AM Ralph Goers wrote: >

Re: Unexpected concurrent LoggerContext initialization

2021-11-11 Thread Ralph Goers
How does it fail? Ralph > On Nov 11, 2021, at 1:42 AM, Volkan Yazıcı wrote: > > They sort of do exist, see JsonTemplateLayoutConcurrentEncodeTest >

Re: Unexpected concurrent LoggerContext initialization

2021-11-11 Thread Volkan Yazıcı
They sort of do exist, see JsonTemplateLayoutConcurrentEncodeTest . But I can add a dedicated test too.