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