Skip to content
New issue

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

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

Already on GitHub? # to your account

Avoid noisy logging on INFO level. #1208

Closed
wants to merge 1 commit into from
Closed

Avoid noisy logging on INFO level. #1208

wants to merge 1 commit into from

Conversation

vkaverin
Copy link

@vkaverin vkaverin commented Aug 7, 2017

Log about called API on DEBUG level, but not INFO.
Logging such things for every operation, which can be hundreds per second, as INFO is a noisy trash in the logs and even an unnecessary information.

See also boto/botocore#1257

Log about called API on `DEBUG` level, but not `INFO`.
Logging such things for every operation, which can be hundreds per second,
as `INFO` is a noisy trash in the logs and even an unnecessary information.
@jamesls
Copy link
Member

jamesls commented Aug 11, 2017

Rebased against develop and merged via 7b187d4

@jamesls jamesls closed this Aug 11, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants