From 41330d30dffb3f0dd7295038dd542f80037f25fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 25 Jan 2021 13:45:48 +0100 Subject: [PATCH] the-new-hotness: Change log level to ERROR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a temporary fix for https://github.com/fedora-infra/the-new-hotness/issues/316 Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/config.toml b/roles/openshift-apps/the-new-hotness/templates/config.toml index 1d1a7590f4..b75a88d3a9 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -64,7 +64,7 @@ propagate = false handlers = ["console"] [log_config.root] -level = "INFO" +level = "ERROR" handlers = ["console"] # the-new-hotness consumer configuration