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
When using the python logging module, operations like downloading remote files or LPath.iterdir() generates a bunch of logging.INFO messages containing long dictionaries like this:
Performing many filesystem operations really fills up the workflow log and makes it hard to read. It seems like the level of these messages should be set to logging.DEBUG instead of logging.INFO? Thanks!
The text was updated successfully, but these errors were encountered:
When using the python logging module, operations like downloading remote files or
LPath.iterdir()
generates a bunch oflogging.INFO
messages containing long dictionaries like this:Performing many filesystem operations really fills up the workflow log and makes it hard to read. It seems like the level of these messages should be set to
logging.DEBUG
instead oflogging.INFO
? Thanks!The text was updated successfully, but these errors were encountered: