Merge pull request #697 from jlopex/fix_logging

worker.py: Fix default logging_level
main
Selwin Ong 9 years ago
commit 1116089b43

@ -407,7 +407,7 @@ class Worker(object):
if before_state: if before_state:
self.set_state(before_state) self.set_state(before_state)
def work(self, burst=False, logging_level=logging.INFO): def work(self, burst=False, logging_level="INFO"):
"""Starts the work loop. """Starts the work loop.
Pops and performs all jobs on the current list of queues. When all Pops and performs all jobs on the current list of queues. When all

Loading…
Cancel
Save