update 优化 更改默认日志等级为info 避免日志过多(按需开启debug)

This commit is contained in:
疯狂的狮子Li
2023-11-08 16:05:50 +08:00
parent 8d0c06b5bf
commit 9d0d52a48c
3 changed files with 8 additions and 8 deletions

View File

@ -52,7 +52,7 @@
<properties>
<!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.active>local</profiles.active>
<logging.level>debug</logging.level>
<logging.level>info</logging.level>
</properties>
</profile>
<profile>
@ -60,7 +60,7 @@
<properties>
<!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.active>dev</profiles.active>
<logging.level>debug</logging.level>
<logging.level>info</logging.level>
</properties>
<activation>
<!-- 默认环境 -->