Commit 0e3e8b3f by wangweidong

Merge remote-tracking branch 'origin/dev' into dev

parents fb91c167 4336eafc
......@@ -55,11 +55,11 @@
</Appenders>
<Loggers>
<!--AsyncLogger-->
<AsyncLogger name="com.patzn.cloud" level="info" includeLocation="true"/>
<AsyncLogger name="com.patzn.cloud" level="debug" includeLocation="true"/>
<AsyncLogger name="org.apache.ibatis" level="error" includeLocation="true"/>
<AsyncLogger name="org.springframework.web" level="error" includeLocation="true"/>
<!--root的logger-->
<AsyncRoot level="info" includeLocation="true">
<AsyncRoot level="debug" includeLocation="true">
<AppenderRef ref="Console"/>
<AppenderRef ref="InfoLog"/>
<AppenderRef ref="ErrorLog"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment