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

Changed logging level in onRequest and onSuccess for service operations from INFO to VERBOSE #19636

Merged
merged 1 commit into from
Mar 5, 2021
Merged

Changed logging level in onRequest and onSuccess for service operations from INFO to VERBOSE #19636

merged 1 commit into from
Mar 5, 2021

Conversation

vcolin7
Copy link
Member

@vcolin7 vcolin7 commented Mar 5, 2021

Fixes #19052.

Had a chat with @srnagar and he agrees that in the case of KV it makes sense to relegate the logging messages of service methods to the verbose level, instead of info, as it can negatively impact our customer's environments as described in the issue above. Although there are some operations that normally would not be called repeatedly, I think it's better for consistency that we adopt a stance of logging on verbose for things like onRequest and onSuccess.

@vcolin7 vcolin7 requested review from g2vinay and srnagar March 5, 2021 01:27
@vcolin7 vcolin7 requested a review from samvaity as a code owner March 5, 2021 01:27
@ghost ghost added the KeyVault label Mar 5, 2021
@vcolin7 vcolin7 changed the title Changed logging level in onRequest and onSuccess for service operations rom INFO to VERBOSE Changed logging level in onRequest and onSuccess for service operations from INFO to VERBOSE Mar 5, 2021
@vcolin7 vcolin7 merged commit fdb49c9 into Azure:master Mar 5, 2021
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-java that referenced this pull request Jun 30, 2022
update_web (Azure#19636)

* update_web

* update_web1

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

Successfully merging this pull request may close these issues.

SecretAsyncClient Fills Logs with Info Messages [BUG]
2 participants