Skip to content
Snippets Groups Projects
Verified Commit db188024 authored by Tanner Prestegard's avatar Tanner Prestegard
Browse files

Undo disabling of existing loggers

parent efda70bb
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@ LOG_DIR = abspath(join(BASE_DIR, "..", "logs"))
# don't need it since we're using custom filters.
LOGGING = {
'version': 1,
'disable_existing_loggers': True,
'disable_existing_loggers': False,
'formatters': {
'simple': {
'format': '%(asctime)s | %(message)s',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment