diff options
author | Matthew Lemon <y@yulqen.org> | 2025-01-05 19:33:36 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2025-01-05 19:33:36 +0000 |
commit | 6272ce16883d9337c46af0b790170432b22881ca (patch) | |
tree | ace5a43a30caad994fe764a7eeaa7b0349643bc6 /config | |
parent | 126a5fb1841aaf95b38cc8d7e5c79561023623f1 (diff) |
first attempt - broken Docker implentation
Diffstat (limited to 'config')
-rw-r--r-- | config/settings/production.py | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |