diff --git a/evibes/settings/logconfig.py b/evibes/settings/logconfig.py index 085ed396..08a6e438 100644 --- a/evibes/settings/logconfig.py +++ b/evibes/settings/logconfig.py @@ -34,7 +34,7 @@ LOGGING = { "formatter": "color", }, "console_production": { - "level": "INFO", + "level": "WARNING", "class": "logging.StreamHandler", "formatter": "color", },