add a settings flag for writing all external logs to disk

This commit is contained in:
Ryan Petrello
2019-10-01 15:18:22 -04:00
parent ff67d65065
commit a076e84a33
3 changed files with 27 additions and 0 deletions

View File

@@ -1226,6 +1226,8 @@ LOGGING = {
},
}
}
LOG_AGGREGATOR_AUDIT = False
# Apply coloring to messages logged to the console
COLOR_LOGS = False