client-python
client-python copied to clipboard
Moving "Listing ..." logs from INFO to DEBUG
Use case
At this moment, we have the "Listing ..." logs in INFO log level, e.g. here
When paginating, it fills the logs and it would be better to have them in DEBUG mode.
Current Workaround
Nothing, it's flooding the log.
Proposed Solution
Switch the "Listing ..." logs from INFO to DEBUG
Additional Information
After discussing it internally, it seems we have no reason to keep it in INFO (no pros or cons). So since it floods the logs, it's better to move it to DEBUG.
As side note, it's about client-python
Moving the issue to "client-python" repository