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

This commit is contained in:
疯狂的狮子Li
2023-11-08 16:00:06 +08:00
parent 2c4306b436
commit 81f7a59caa
3 changed files with 8 additions and 8 deletions

View File

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