You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: