From 6272ce16883d9337c46af0b790170432b22881ca Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 5 Jan 2025 19:33:36 +0000 Subject: first attempt - broken Docker implentation --- config/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/settings/production.py') diff --git a/config/settings/production.py b/config/settings/production.py index fcc772e..b2c90b9 100644 --- a/config/settings/production.py +++ b/config/settings/production.py @@ -145,7 +145,7 @@ LOGGING = { "file": { "level": "DEBUG", "class": "logging.FileHandler", - "filename": "/home/django/logfile.log", # Update this path + "filename": "/app/logfile.log", # Update this path }, }, "loggers": { -- cgit v1.2.3