It would be nice to use the logging module so we can spit out debug logs, etc. I've been sprinkling print statements around and (usually) remembering to take them out before merging in PRs, but some debug info would be good to keep in, hidden behind a flag or environment variable so it doesn't spam normal users.
It would be nice to use the logging module so we can spit out debug logs, etc. I've been sprinkling print statements around and (usually) remembering to take them out before merging in PRs, but some debug info would be good to keep in, hidden behind a flag or environment variable so it doesn't spam normal users.