From cb4ea556a95e9ff9dc0093cead9db0b159cae325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 15 Feb 2021 12:50:47 +0100 Subject: [PATCH] the-new-hotness: Add time to 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 | 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..6b79d5451e 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -51,7 +51,7 @@ version = 1 disable_existing_loggers = true [log_config.formatters.simple] -format = "[%(name)s %(levelname)s] %(message)s" +format = "[%(asctime)s %(name)s %(levelname)s] %(message)s" [log_config.handlers.console] class = "logging.StreamHandler"