Commit 6ff6b06f authored by shangtx's avatar shangtx

chore: 开发环境日志

parent 3b36b6b6
......@@ -3,3 +3,20 @@ spring:
profiles:
include:
- common-dev
logging:
level:
com.onsiteservice.admin.mapper: debug
org.springframework.boot.autoconfigure.security: warn
org.springframework.security.*: warn
com.ulisesbocchio.jasyptspringboot: warn
springfox.documentation.*: error
# 排除启动时Mapper扫描映射的警告 运行无影响
org.mybatis.spring.mapper.*: warn
tk.mybatis.spring.mapper.*: warn
# com.zaxxer.hikari.HikariConfig: error
org.apache.zookeeper.*: warn
root: info
com.onsiteservice.dao.mapper: debug
com.onsiteservice.common.business.pay: info
\ No newline at end of file
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