Manage null default state for logging integration and DB definition

This commit is contained in:
AlanCoding
2016-12-02 16:45:27 -05:00
parent ebff4f4f24
commit 064a40ba92
6 changed files with 31 additions and 4 deletions

View File

@@ -825,6 +825,8 @@ TOWER_URL_BASE = "https://towerhost"
TOWER_SETTINGS_MANIFEST = {}
LOG_AGGREGATOR_ENABLED = False
# Logging configuration.
LOGGING = {
'version': 1,
@@ -869,7 +871,7 @@ LOGGING = {
'formatter': 'simple',
},
'http_receiver': {
'class': 'awx.main.utils.handlers.HTTPSHandler',
'class': 'awx.main.utils.handlers.HTTPSNullHandler',
'level': 'INFO',
'formatter': 'json',
'host': '',