Logbook has support for logging exceptions when they occur (i.e., logger.exception function and logger.catch_exceptions context manager). This hasn't been implemented or tested. Right now the non-fatal exceptions are just doing traceback.print_exc() to stdout. I'd like that info to go to log in the future.
Logbook has support for logging exceptions when they occur (i.e., logger.exception function and logger.catch_exceptions context manager). This hasn't been implemented or tested. Right now the non-fatal exceptions are just doing traceback.print_exc() to stdout. I'd like that info to go to log in the future.