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
Currently, the code just uses logging.info, logging.warning, etc. to record log messages. It would be better to instantiate one logger for the module, or logging modules for each class, etc. I'm not sure what the best way to do this is, but it would be best to do this without adding a ton of code to every class.
The text was updated successfully, but these errors were encountered:
Currently, the code just uses
logging.info
,logging.warning
, etc. to record log messages. It would be better to instantiate one logger for the module, or logging modules for each class, etc. I'm not sure what the best way to do this is, but it would be best to do this without adding a ton of code to every class.The text was updated successfully, but these errors were encountered: