Using logging
package to collect errors for debugging
#36
Labels
_flag:stale
[BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again
Currently a print statement is used in a callback to output unhandled exceptions to the terminal. https://docs.python.org/3/library/logging.html may be a better option to collect these types of messages and handle them - it gives you more clean control over what the output is and where.
Originally posted by @surchs in #34 (comment)
The text was updated successfully, but these errors were encountered: