Re: Unable to locate plugin type for Custom log4j2 Appender

2024-08-14 Thread Piotr P. Karwasz
Hi Volkan, [I am dropping `log4j-user@logging` from the recipients] On Wed, 14 Aug 2024 at 10:24, Volkan Yazıcı wrote: > On Tue, Aug 13, 2024 at 8:52 PM Piotr P. Karwasz > wrote: > > There is no special reason why `JsonTemplateLayout` does not support > > pretty print. It was simply never imple

Re: Unable to locate plugin type for Custom log4j2 Appender

2024-08-14 Thread Volkan Yazıcı
Thanks for bringing this to our attention, Piotr. [See my comments inline below.] On Tue, Aug 13, 2024 at 8:52 PM Piotr P. Karwasz wrote: > There is no special reason why `JsonTemplateLayout` does not support > pretty print. It was simply never implemented. > See my response to Amanda

Re: Unable to locate plugin type for Custom log4j2 Appender

2024-08-14 Thread Volkan Yazıcı
Hello Amanda, See my comments inline below. On Tue, 6 Aug 2024 at 01:05, Amanda Liu wrote: > The reason I want a custom appender is to pretty print the JSON log > objects produced by JsonTemplateLayout, to make it more readable. Would you mind giving us a little bit more context, please? Why do

Re: Unable to locate plugin type for Custom log4j2 Appender

2024-08-13 Thread Piotr P. Karwasz
Hi Amanda, I am crossposting this to dev@logging.apache.org. Please answer to that mailing list. On Tue, 6 Aug 2024 at 01:05, Amanda Liu wrote: > The reason I want a custom appender is to pretty print the JSON log objects > produced by JsonTemplateLayout, to make it more readable. I see in the