diff --git a/build.gradle b/build.gradle index a3ac1a4..18200d2 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/src/main/resources/log4j2.properties b/src/main/resources/log4j2.properties index 7cb02aa..3c01bc8 100644 --- a/src/main/resources/log4j2.properties +++ b/src/main/resources/log4j2.properties @@ -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