From 9e5f9c4f0f3d1c8805ee41dd7456d900c19ba2e7 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Mon, 2 Aug 2021 15:33:33 +0300 Subject: [PATCH] [WIFI-3286] Fix: set default logging to stdout --- helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 1f1991f..2e22a09 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -173,7 +173,7 @@ configProperties: ucentral.system.commandchannel: /tmp/app_ucentralsec # Logging logging.formatters.f1.class: PatternFormatter - logging.formatters.f1.pattern: "%s: [%p] %t" + logging.formatters.f1.pattern: "%Y-%m-%d %H:%M:%S %s: [%p] %t" logging.formatters.f1.times: UTC logging.channels.c1.class: ConsoleChannel logging.channels.c1.formatter: f1 @@ -186,7 +186,7 @@ configProperties: logging.channels.c2.purgeCount: 20 logging.channels.c3.class: ConsoleChannel logging.channels.c3.pattern: "%s: [%p] %t" - logging.loggers.root.channel: c2 + logging.loggers.root.channel: c1 logging.loggers.root.level: debug # -> Secret part