Json logging: exception in message #54250
Unanswered
agreedSkiing
asked this question in
Q&A
Replies: 2 comments 3 replies
-
|
@xstefank do you know? You have been looking into JSON logging not so long ago. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @agreedSkiing, this will be possible in Quarkus 3.36.0 with the But we cannot override the already supplied JSON keys because Generator directly writes to the stream. So, you need to exclude the existing "message" and provided a different name of your new key. Hopefully, this works for you. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Is there a way to get the exception stack into the top level message field? Like a normal non json log stacktrace print?
Beta Was this translation helpful? Give feedback.
All reactions