From d3ae9b2981df05f50ddcf848db87f3b7d2526600 Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Sat, 27 Jan 2024 19:29:15 +0100 Subject: [PATCH] bodhi: another try to prevent stg logs from being unreadable Signed-off-by: Mattia Verga --- roles/bodhi2/base/templates/logging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/logging.yaml b/roles/bodhi2/base/templates/logging.yaml index d2c173f521..34a6877bcf 100644 --- a/roles/bodhi2/base/templates/logging.yaml +++ b/roles/bodhi2/base/templates/logging.yaml @@ -44,7 +44,7 @@ loggers: {% if env == "production" %} level: ERROR {% else %} - level: DEBUG + level: INFO {% endif %} handlers: [console, smtp] twisted: