mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 18:48:12 -03:30
Change log level from 'warning' to 'exception'
This commit is contained in:
@@ -3120,7 +3120,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