mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
demote mongo db connection failed logging to info
This commit is contained in:
parent
fef3d5d2b0
commit
b4b8909239
@ -28,4 +28,4 @@ try:
|
||||
tz_aware=settings.USE_TZ)
|
||||
register_key_transform(get_db())
|
||||
except ConnectionError:
|
||||
logger.warn('Failed to establish connect to MongoDB "%s"' % (settings.MONGO_DB))
|
||||
logger.info('Failed to establish connect to MongoDB')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user