Whitespace cleanup for installer.

This commit is contained in:
Jeff Geerling
2017-09-07 14:21:28 -07:00
parent 0489d945fb
commit 6abffcb1df
7 changed files with 16 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ data:
import os
import socket
ADMINS = ()
# Container environments don't like chroots
AWX_PROOT_ENABLED = False
@@ -35,13 +35,13 @@ data:
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = False
LOGGING['handlers']['console'] = {
'()': 'logging.StreamHandler',
'level': 'DEBUG',
'formatter': 'simple',
}
LOGGING['loggers']['django.request']['handlers'] = ['console']
LOGGING['loggers']['rest_framework.request']['handlers'] = ['console']
LOGGING['loggers']['awx']['handlers'] = ['console']