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"]