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

@ -27,7 +27,7 @@ dependencies {
api project(":gmhelper")
api 'berkeleydb:je:3.2.76'
api 'com.fifesoft:rsyntaxtextarea:3.1.3'
// api 'com.fifesoft:rsyntaxtextarea:3.1.3'
api 'commons-io:commons-io:2.11.0'
api 'io.netty:netty-all:4.1.63.Final'
api 'org.antlr:antlr4:4.9.2'

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