mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Change log level from 'warning' to 'exception'
This commit is contained in:
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user