Fix: logging.channels.c2.path for helm deployment

This commit is contained in:
Dmitry Dunaev
2021-07-28 11:24:52 +03:00
parent c233b1535e
commit 456484ea8e

View File

@@ -178,7 +178,7 @@ configProperties:
logging.channels.c1.class: ConsoleChannel
logging.channels.c1.formatter: f1
logging.channels.c2.class: FileChannel
logging.channels.c2.path: /dev/stdout
logging.channels.c2.path: $UCENTRALSEC_ROOT/log
logging.channels.c2.formatter.class: PatternFormatter
logging.channels.c2.formatter.pattern: "%Y-%m-%d %H:%M:%S %s: [%p] %t"
logging.channels.c2.rotation: "20 M"