build: 修改local和dev环境日志级别为 debug

This commit is contained in:
huk 2025-09-02 12:28:40 +08:00
parent 0a011ecf6c
commit ee1e05a5d0

View File

@ -69,7 +69,7 @@
<properties> <properties>
<!-- 环境标识,需要与配置文件的名称相对应 --> <!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.active>local</profiles.active> <profiles.active>local</profiles.active>
<logging.level>info</logging.level> <logging.level>debug</logging.level>
<monitor.username>ruoyi</monitor.username> <monitor.username>ruoyi</monitor.username>
<monitor.password>123456</monitor.password> <monitor.password>123456</monitor.password>
</properties> </properties>
@ -79,7 +79,7 @@
<properties> <properties>
<!-- 环境标识,需要与配置文件的名称相对应 --> <!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.active>dev</profiles.active> <profiles.active>dev</profiles.active>
<logging.level>info</logging.level> <logging.level>debug</logging.level>
<monitor.username>ruoyi</monitor.username> <monitor.username>ruoyi</monitor.username>
<monitor.password>123456</monitor.password> <monitor.password>123456</monitor.password>
</properties> </properties>