refactor: 优化部分代码

修复 Sonar 扫描问题
This commit is contained in:
2024-01-27 15:26:49 +08:00
parent d972a4466a
commit 03038d3b64
7 changed files with 20 additions and 24 deletions

View File

@@ -73,10 +73,7 @@
<!-- 如果配置的日志等级,和 application.yml 中的日志等级配置重叠application.yml 配置优先级高 -->
<root level="INFO">
<appender-ref ref="CONSOLE"/>
<!--<appender-ref ref="ASYNC_FILE"/>-->
</root>
<!-- 日志保留天数 -->
<!--<property name="FILE_MAX_HISTORY" value="15"/>-->
</springProfile>
<!-- 生产环境:打印到控制台并输出到文件 -->