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

Do not print empty or blacklisted request or response parameters to the console. #1765

Open
VitalyShalaev opened this issue Jan 19, 2024 · 1 comment

Comments

@VitalyShalaev
Copy link

Empty or blacklisted request or response parameters are not a significant load value but take up vertical space, it is possible to disable this logging.
Example:

Request method:	POST
Request URI:	https://some.endpoint
Proxy:			<none>
Request params:	<none>
Query params:	<none>
Form params:	<none>
Path params:	<none>
Headers:		Authorization=[ BLACKLISTED ]
				Accept=[ BLACKLISTED ]
				Content-Type=application/json; charset=utf-8
Cookies:		<none>
Multiparts:		<none>
Body:
...
@lucas-nguyen-17
Copy link
Contributor

No for now, but you can write a custom listener and only show what you want.

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

2 participants