Skip to content

FILE_LOG: False still writes to a local logfile #22

@ns0092

Description

@ns0092

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions