Change log level from 'warning' to 'exception'

This commit is contained in:
Bianca Henderson 2021-10-15 08:08:24 -04:00 committed by Shane McDonald
parent f72292cce2
commit 481047bed8
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -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)