Commit 554f846d authored by shiyu's avatar shiyu

日志路径

parent cc3761aa
......@@ -17,8 +17,9 @@ server:
logging:
level:
root: ERROR
org.springframework: ERROR
org.mybatis: ERROR
root: info
org.springframework: info
org.mybatis: info
com.jbp.db.dao: debug
com.wwdz.ch.admin: DEBUG
com.wwdz.ch: INFO
\ No newline at end of file
......@@ -83,7 +83,7 @@
<onMismatch>DENY</onMismatch>
</filter>
</appender>
<root level="debug">
<root level="info">
<appender-ref ref="console"/>
<appender-ref ref="rolling"/>
<appender-ref ref="rolling-warn"/>
......
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