Remove the debug override.

This commit is contained in:
Feanil Patel
2018-01-31 10:47:31 -05:00
parent 7dd16638bd
commit de80ab751a
4 changed files with 2 additions and 6 deletions

View File

@@ -345,7 +345,6 @@ local_loglevel = ENV_TOKENS.get('LOCAL_LOGLEVEL', 'INFO')
LOGGING = get_logger_config(LOG_DIR,
logging_env=ENV_TOKENS['LOGGING_ENV'],
local_loglevel=local_loglevel,
debug=False,
service_variant=SERVICE_VARIANT)
COURSE_LISTINGS = ENV_TOKENS.get('COURSE_LISTINGS', {})

View File

@@ -20,8 +20,7 @@ STATIC_GRAB = True
LOGGING = get_logger_config(ENV_ROOT / "log",
logging_env="dev",
tracking_filename="tracking.log",
debug=False)
tracking_filename="tracking.log")
DATABASES = {
'default': {