You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to start a discussion about adding ECS formatting to the Quarkus framework. This issue describes what I was trying to achieve: quarkiverse/quarkus-logging-json#132.
Now I have a working solution and was wondering how I can contribute to his library.
The solution consist of the following code which is based on your classes:
Hi there,
I wanted to start a discussion about adding ECS formatting to the Quarkus framework. This issue describes what I was trying to achieve: quarkiverse/quarkus-logging-json#132.
Now I have a working solution and was wondering how I can contribute to his library.
The solution consist of the following code which is based on your classes:
My EcsFormatter doesn't extend the Formatter class as it requires a slightly different approach namely it writes directly into the generator.
The final JsonProvider, which uses the quarkus-logging-json framework, looks like this:
Any suggestions/contributions how we could re-use my code and make it into this library would be greatly appreciated.
The text was updated successfully, but these errors were encountered: