diff --git a/daemon-common/log.py b/daemon-common/log.py index 75e39347..02ea1a6d 100644 --- a/daemon-common/log.py +++ b/daemon-common/log.py @@ -192,7 +192,7 @@ class ZookeeperLogger(Thread): while self.running: # Get a new message try: - message = self.queue.get(block=False) + message = self.queue.get() if not message: continue except Exception: