I want to print all request paths, post request parameters, etc. in micronuat, but when I use a filter to implement it, getBody always outputs empty. Is there any other way to achieve this function? #5663
Replies: 3 comments
-
Did you try setting log level of the |
Beta Was this translation helpful? Give feedback.
-
That way can only print out the URL path information, but cannot print out the information of the post request |
Beta Was this translation helpful? Give feedback.
-
Hi, In Micronaut 1, it was possible to print request path, body, headers, parameters with a simple request filter.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to print all request paths, post request parameters, etc. in micronuat, but when I use a filter to implement it, getBody always outputs empty. Is there any other way to achieve this function?
Beta Was this translation helpful? Give feedback.
All reactions