Re: Issue 3207 - Add support to Compact Log Event Format

2025-01-23 Thread Piotr P. Karwasz
Hi Jay, On 23.01.2025 06:15, Jay Katariya wrote: Before I start the discussion here, I want to mention I am a Log4j newbie contributor, and don't know feature requests etc work, and what is a good feature vs what is not a good feature to take into account. The main question you have to ask you

Re: Issue 3207 - Add support to Compact Log Event Format

2025-01-22 Thread Volkan Yazıcı
Technically, you just need to provide a Maven module containing nothing but a `ClefLayout.json` in its `src/main/resources`. I would say the ideal place for such a Maven project would be the `clef-json` GitHub organization , since that is the closest place resembling a

Re: Issue 3207 - Add support to Compact Log Event Format

2025-01-22 Thread Jay Kataria
Hi Volkan, What does it mean to provide an integration for a format, I guess my curiosity is more about the documentation or steps as to how to provide an integration. Do you just have to write a template for the purpose and custom resolvers? Regards, Jay Katariya On Wed, Jan 22, 2025 at 10:36 

Re: Issue 3207 - Add support to Compact Log Event Format

2025-01-22 Thread Volkan Yazıcı
We generally (almost always?) discuss features, either in a mailing list thread or a PR. Log4j can neither ship integrations for every custom encoding in the wild, nor it should. Good news is, Log4j is extensible and external projects (e

Issue 3207 - Add support to Compact Log Event Format

2025-01-22 Thread Jay Kataria
Hi folks, RE: https://github.com/apache/logging-log4j2/issues/3207 Context: Add support to Compact Log Event Format Before I start the discussion here, I want to mention I am a Log4j newbie contributor, and don't know feature requests etc work, and what is a good feature vs what is not a good fe