chore: 采用logback日志

This commit is contained in:
Junling Bu
2019-07-12 20:20:37 +08:00
parent 99e8e88151
commit d2dc7345d1

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="true">
<contextName>logback</contextName>
<property name="log.path" value=".logs" />
<property name="log.path" value="logs" />
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">