mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
reduce default verbosity of devel-specific callback logging
This commit is contained in:
@@ -125,7 +125,7 @@ class BaseWorker(object):
|
||||
except QueueEmpty:
|
||||
continue
|
||||
except Exception as e:
|
||||
logger.error("Exception on worker, restarting: " + str(e))
|
||||
logger.error("Exception on worker {}, restarting: ".format(idx) + str(e))
|
||||
continue
|
||||
try:
|
||||
self.perform_work(body, *args)
|
||||
|
||||
Reference in New Issue
Block a user