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
Would be good to use Python's logging module to do proper logging with varying severity levels so that I can debug more easily and users will be able to send better bug reports.
This should not replace existing print statements that print to stdout.
The text was updated successfully, but these errors were encountered:
Would be good to use Python's
logging
module to do proper logging with varying severity levels so that I can debug more easily and users will be able to send better bug reports.This should not replace existing print statements that print to stdout.
The text was updated successfully, but these errors were encountered: