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