fix LevelLog in Arbiter.run()

This commit is contained in:
Roffild 2022-07-05 14:43:43 +03:00 committed by GitHub
parent 027f04b4b4
commit 4dff334f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,7 +230,7 @@ class Arbiter(object):
except SystemExit: except SystemExit:
raise raise
except Exception: except Exception:
self.log.info("Unhandled exception in main loop", self.log.error("Unhandled exception in main loop",
exc_info=True) exc_info=True)
self.stop(False) self.stop(False)
if self.pidfile is not None: if self.pidfile is not None: