Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no way to log multipart/form-data sections in request except for logging all the request data #1771

Open
ikonovi opened this issue Feb 13, 2024 · 0 comments

Comments

@ikonovi
Copy link

ikonovi commented Feb 13, 2024

At this moment I only can log multipart/form-data data by setting .log(LogDetail.ALL) in the request specification builer. In such case in console there is much not needed information along with multipart data that's realy interested for me.

When I set .log(LogDetail.BODY), it doesn't log body that contents multipart data.
Could you implement something like LogDetail.MULTIPART_BODY to let logging that data in request or make LogDetail.BODY does that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant