Replies: 2 comments
-
For context, I am using https://quarkus.io/extensions/io.quarkus/quarkus-logging-json/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
We have two extensions for logging to JSON: one in core that is very basic and another more advanced in the Quarkiverse: https://github.com/quarkiverse/quarkus-logging-json/ . My guess is that the latter is probably better suited for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a quarkus application that run on google cloud run. I have a lot of google cloud functions that need to forward logs to datadog so I followed this guide to create minimal gcp structure to forward logs to datadog.
My quarkus application logs also gets forwarded as part of this setup. However, datadog cant seem to process the json correctly. The strucure is something like this, and everything is nested inside
jsonPayload
.How would I go about flattening this? I tried using this setup but no luck
Quarkus version: 3.28.1
Beta Was this translation helpful? Give feedback.
All reactions