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
There are certain cases where it might be nice to warn with a logger (e.g. network ambiguity during decoding). Is using the logging module consistent with design goals here?
The text was updated successfully, but these errors were encountered:
I am proposing the integration of the Python logging module into the codebase to introduce logging capabilities with various levels (DEBUG, INFO, WARNING, ERROR). This will enable us to enhance debugging, provide important warnings when needed and ultimately improve the overall robustness of our code and support for users.
There are certain cases where it might be nice to warn with a logger (e.g. network ambiguity during decoding). Is using the
logging
module consistent with design goals here?The text was updated successfully, but these errors were encountered: