update docker configs

This commit is contained in:
CaiHQ
2022-05-05 13:28:29 +08:00
parent 8bf4b1c57d
commit 0df8ff0278
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ appender.console.layout.pattern=%highlight{[%-5p] %d{HH:mm:ss.SSS} %m (%F:%L)[%M
appender.rolling.type=File
appender.rolling.name=log
appender.rolling.append=true
appender.rolling.fileName=./log/ct.log
appender.rolling.fileName=./log/cm.log
appender.rolling.layout.type=PatternLayout
appender.rolling.layout.pattern=%d-%m%n
rootLogger.level=info