Setting the correct logging format for the S3CrtClient #6359
Unanswered
dmregister
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When there is a stream interruption, the exceptions thrown are not following the correct JSON layout configured with our slf2j as all the other logs. What is the propery way to catch and format these logs. Here is an example log
I have tried to
Thread.setDefaultUncaughtExceptionHandler
and on the executor level, but nothing works.code that produces the stream
Code the uploads the stream:
Beta Was this translation helpful? Give feedback.
All reactions