-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate request and response logging into other named loggers.
I'd like to make the logging for aiodynamo louder at times for debugging or to generally see in application logs when a throttle or a timeout or something happened. For that, I need to set the log level to debug, but this also enables request and response payload logging which becomes very noisy and also smears potentially unwanted data into my log streams. I made two other loggets so the levels for those two things can be set at a different level to all the other logging done by aiodynamo.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters