jekins 推送测试

This commit is contained in:
Leo
2023-12-15 11:26:32 +08:00
parent 9281000cf6
commit ef5eaa26b5
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ server:
spring:
application:
name: imaotai
name: wxSend
profiles:
active: dev
#数据源配置
@@ -65,5 +65,5 @@ user:
# 日志配置
logging:
level:
com.oddfar: debug
cn.van333: debug
org.springframework: warn

View File

@@ -81,7 +81,7 @@
</appender>
<!-- 系统模块日志级别控制 -->
<logger name="com.oddfar" level="info"/>
<logger name="cn.van333" level="info"/>
<!-- Spring日志级别控制 -->
<logger name="org.springframework" level="info"/>