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
We should log using the logging package. This needs some planning, but I think each instance of the main classes should instantiate its own logger as, e.g. self.log and then it closes that out before deletion. This would also significantly improve logging in the application over printing
The text was updated successfully, but these errors were encountered:
We should log using the
logging
package. This needs some planning, but I think each instance of the main classes should instantiate its own logger as, e.g.self.log
and then it closes that out before deletion. This would also significantly improve logging in the application over printingThe text was updated successfully, but these errors were encountered: