mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Respect dynamic log setting for console, downgrade exit log
This commit is contained in:
@@ -188,7 +188,7 @@ class BaseWorker(object):
|
||||
if 'uuid' in body:
|
||||
uuid = body['uuid']
|
||||
finished.put(uuid)
|
||||
logger.warn('worker exiting gracefully pid:{}'.format(os.getpid()))
|
||||
logger.debug('worker exiting gracefully pid:{}'.format(os.getpid()))
|
||||
|
||||
def perform_work(self, body):
|
||||
raise NotImplementedError()
|
||||
|
||||
Reference in New Issue
Block a user