chore(config): 调整应用日志级别配置
- 将 com.openhis 包的日志级别从 debug 调整为 info - 将 com.baomidou.mybatisplus 的日志级别从 debug 调整为 info - 将 com.openhis.web.regdoctorstation.mapper 的日志级别从 debug 调整为 info - 将 org.springframework.jdbc.core 的日志级别从 debug 调整为 info - 将 com.alibaba.druid 的日志级别从 debug 调整为 info - 将 com.alibaba.druid.sql 的日志级别从 debug 调整为 info
This commit is contained in:
@@ -32,16 +32,16 @@ server:
|
|||||||
# 日志配置
|
# 日志配置
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
com.openhis: debug
|
com.openhis: info
|
||||||
org.springframework: warn
|
org.springframework: warn
|
||||||
# MyBatis和MyBatis-Plus日志
|
# MyBatis和MyBatis-Plus日志
|
||||||
com.baomidou.mybatisplus: debug
|
com.baomidou.mybatisplus: info
|
||||||
com.openhis.web.regdoctorstation.mapper: debug
|
com.openhis.web.regdoctorstation.mapper: info
|
||||||
# JDBC日志
|
# JDBC日志
|
||||||
org.springframework.jdbc.core: debug
|
org.springframework.jdbc.core: info
|
||||||
# Druid SQL日志
|
# Druid SQL日志
|
||||||
com.alibaba.druid: debug
|
com.alibaba.druid: info
|
||||||
com.alibaba.druid.sql: debug
|
com.alibaba.druid.sql: info
|
||||||
|
|
||||||
# 用户配置
|
# 用户配置
|
||||||
user:
|
user:
|
||||||
|
|||||||
Reference in New Issue
Block a user