mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
demote mongo db connection failed logging to info
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user