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