From 59e53816c81fc35c69be2f56e1928224ef054489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 11 Jun 2019 17:44:17 +0200 Subject: [PATCH] the-new-hotness: Enable DEBUG log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/config.toml b/roles/openshift-apps/the-new-hotness/templates/config.toml index 98bc9f0c34..0eb23288ff 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -58,12 +58,12 @@ formatter = "simple" stream = "ext://sys.stdout" [log_config.loggers.fedora_messaging] -level = "INFO" +level = "DEBUG" propagate = false handlers = ["console"] [log_config.root] -level = "INFO" +level = "DEBUG" handlers = ["console"] # the-new-hotness consumer configuration