Merge pull request #17374 from edx/feanil/hackathon_logging

Make the logging config easier to read.
This commit is contained in:
Feanil Patel
2018-02-01 11:14:16 -05:00
committed by GitHub
4 changed files with 29 additions and 92 deletions

View File

@@ -256,7 +256,6 @@ WIKI_ENABLED = ENV_TOKENS.get('WIKI_ENABLED', WIKI_ENABLED)
LOGGING = get_logger_config(LOG_DIR,
logging_env=ENV_TOKENS['LOGGING_ENV'],
debug=False,
service_variant=SERVICE_VARIANT)
#theming start: