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

This commit is contained in:
Dmitry Dunaev
2021-07-28 11:23:46 +03:00
parent 2790fb0de1
commit 4d1ebd398a

View File

@@ -232,7 +232,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: $UCENTRALGW_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"