fix framework

This commit is contained in:
limqhz
2021-03-01 22:49:14 +08:00
parent e6bc99430f
commit 28fe094cef
15 changed files with 6 additions and 457 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF8"?>
<configuration>
<jmxConfigurator />
<property name="LOG_HOME" value="/home/log/pad_logs"/>
<property name="LOG_HOME" value="~/logs/netty_log"/>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
@@ -43,4 +43,4 @@
<appender-ref ref="COMMON-DEFAULT" />
<appender-ref ref="COMMON-ERROR" />
</root>
</configuration>
</configuration>