Commit 0d8aba0c by yangmengmeng

to

parent 2ea70149
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
</Appenders> </Appenders>
<Loggers> <Loggers>
<!--AsyncLogger--> <!--AsyncLogger-->
<AsyncLogger name="org.apache.ibatis" level="debug" includeLocation="true"/> <AsyncLogger name="org.apache.ibatis" level="error" includeLocation="true"/>
<AsyncLogger name="org.springframework" level="error" includeLocation="true"/> <AsyncLogger name="org.springframework" level="error" includeLocation="true"/>
<!--root的logger--> <!--root的logger-->
<AsyncRoot level="error" includeLocation="true"> <AsyncRoot level="info" includeLocation="true">
<AppenderRef ref="Console"/> <AppenderRef ref="Console"/>
<AppenderRef ref="InfoLog"/> <AppenderRef ref="InfoLog"/>
<AppenderRef ref="ErrorLog"/> <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