I have added:
DJANGO_LOGGING = {
"FILE_LOG": False,
"CONSOLE_LOG": True,
"MINIFY_CONSOLE_LOG": True,
"RESPONSE_FIELDS": ('status', 'reason'),
"DISABLE_EXISTING_LOGGERS":False
}
But I can still see logs/*.log files getting created and being updated with the logdata.
Am I not overriding the variables in the right way?
RESPONSE _FIELDS seems to work fine. Just not the FILE_LOG
@limberger