diff --git a/src/notfellchen/settings.py b/src/notfellchen/settings.py index 9c01f77..8b8a06f 100644 --- a/src/notfellchen/settings.py +++ b/src/notfellchen/settings.py @@ -30,22 +30,6 @@ CONFIG_FILE = config LOGGING = { "version": 1, "disable_existing_loggers": False, - "handlers": { - "console": { - "class": "logging.StreamHandler", - }, - }, - "root": { - "handlers": ["console"], - "level": "WARNING", - }, - "loggers": { - "django": { - "handlers": ["console"], - "level": os.getenv("DJANGO_LOG_LEVEL", "DEBUG"), - "propagate": False, - }, - }, } """ DJANGO """