aiodynamo icon indicating copy to clipboard operation
aiodynamo copied to clipboard

Separate request and response logging into other named loggers.

Open aclemons opened this issue 5 months ago • 1 comments

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 loggers so the levels for those two things can be set at a different level to all the other logging done by aiodynamo.

aclemons avatar Feb 16 '24 06:02 aclemons