summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio/poezio.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/poezio/poezio.py b/poezio/poezio.py
index 82403fdb..e38871c6 100644
--- a/poezio/poezio.py
+++ b/poezio/poezio.py
@@ -85,6 +85,9 @@ def main():
config.setup_logging()
config.post_logging_setup()
+ import logging
+ logging.raiseExceptions = False
+
from poezio.config import options
if options.check_config: