From ff6dfcaa0505b212fa071f42014ae1c7a460d16a Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 13 Aug 2023 17:27:19 +0200 Subject: [PATCH] Set `DEBUG=True` for gitlab configuration --- src/newsreader/conf/gitlab.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/newsreader/conf/gitlab.py b/src/newsreader/conf/gitlab.py index a473ad0..c62879e 100644 --- a/src/newsreader/conf/gitlab.py +++ b/src/newsreader/conf/gitlab.py @@ -2,6 +2,9 @@ from .base import * # isort:skip from .version import get_current_version +DEBUG = True + + del LOGGING["handlers"]["file"] del LOGGING["handlers"]["celery"]