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

Downgrade log line from debug to trace #681

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Conversation

adeschamps
Copy link
Contributor

This statement logs the entire request body, which can be fairly large. I think it should at least be moved down to trace level -- or, if it's not useful to end users, removed.

This statement logs the entire request body, which can be fairly large. I think it should at least be moved down to trace level -- or, if it's not useful to end users, removed.
@heaths
Copy link
Member

heaths commented Mar 9, 2022

Of more concern is that we do this without any sanitization like we do in other languages. But I don't see that as blocking for this PR, which I think makes sense. I'll open a separate issue to address sanitization by default.

@heaths heaths merged commit 567fbd7 into Azure:main Mar 9, 2022
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

Successfully merging this pull request may close these issues.

2 participants