From d7519508f143814d3ab9b9f7e30bea26c7255cf6 Mon Sep 17 00:00:00 2001 From: Rydal <62206239+RydalWater@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:18:47 +0100 Subject: [PATCH] Correction Correction to error.log path --- openlibrarian_root/openlibrarian/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlibrarian_root/openlibrarian/settings.py b/openlibrarian_root/openlibrarian/settings.py index 003edfd..e79b591 100644 --- a/openlibrarian_root/openlibrarian/settings.py +++ b/openlibrarian_root/openlibrarian/settings.py @@ -173,7 +173,7 @@ 'file': { 'level': 'ERROR', 'class': 'logging.FileHandler', - 'filename': os.path.join(BASE_DIR, 'logs', 'error.log'), + 'filename': os.path.join(BASE_DIR, 'error.log'), }, }, 'loggers': {