mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 03:49:12 +08:00
dca679edcb
As of logbook 0.10.0, logbook no longer installs a default handler, which means that if the application doesn't install one, log messages disappear into the ether. Therefore, all of our scripts with `__main__` endpoints need to push a `logbook.StderrHandler` if they're not already pushing some other handler.