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
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
Python's built-in logging module is just OK. It's a little confusing to set up and configure properly. It's still leaps and bounds better than print statements.
Find decent logging library (maybe twiggy, logbook, or others)
Setup logging module to keep smart log files.
Convert all existing print statements into logging statements.
Add more logging in all views and modules.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Python's built-in logging module is just OK. It's a little confusing to set up and configure properly. It's still leaps and bounds better than print statements.
The text was updated successfully, but these errors were encountered: