From 8ec1bfafa99792e69aa29eab0e7a81d73ac253b7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 29 Aug 2024 14:48:41 -0700 Subject: [PATCH] toddlers: enable debug for the scm processor to try and debug non working Signed-off-by: Kevin Fenzi --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 767762dee9..7a1e5f4b53 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -440,7 +440,7 @@ handlers = ["console"] {% if env == "staging" %} level = "DEBUG" {% else %} -level = "INFO" +level = "DEBUG" {% endif %} propagate = false handlers = ["console"]