repos init.
This commit is contained in:
13
src/main/resources/logback.xml
Normal file
13
src/main/resources/logback.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<configuration>
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%d{yyyy年MM月dd日 HH:mm:ss(SSS)} [%X{pid}] [%-15thread] [%level] %logger{16}: %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<logger name="com.serliunx.ddns" level="DEBUG"/>
|
||||
|
||||
<root level="ERROR">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
</configuration>
|
||||
3
src/main/resources/settings.properties
Normal file
3
src/main/resources/settings.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
system.cfg.log.onstart=true
|
||||
system.pool.core.size=16
|
||||
system.task.refresh.interval.ip=300
|
||||
Reference in New Issue
Block a user