Replies: 2 comments
-
|
you can configure logback to use different levels for different logger names |
Beta Was this translation helpful? Give feedback.
0 replies
-
ProblemTRACE level logging is extremely useful for debugging HTTP requests and responses because it shows:
However, when the response body is binary (images, PDFs, ZIP files, protobuf, etc.), TRACE logging dumps the entire binary content as garbled text, which:
Solution 1: Use
|
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.
-
TRACE level is really useful for the headers and the text response body, but is there a way to mute the log if the content is binary since it just floods the logs.
Beta Was this translation helpful? Give feedback.
All reactions