mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Change log level from 'warning' to 'exception'
This commit is contained in:
committed by
Shane McDonald
parent
f72292cce2
commit
481047bed8
@@ -3129,7 +3129,7 @@ class AWXReceptorJob:
|
||||
except RuntimeError as e:
|
||||
detail = ''
|
||||
state_name = ''
|
||||
logger.warn(e)
|
||||
logger.exception(e)
|
||||
|
||||
if 'exceeded quota' in detail:
|
||||
logger.warn(detail)
|
||||
|
||||
Reference in New Issue
Block a user