Commit 8c52c1c7 authored by tianbo's avatar tianbo

chore(logging): 调整日志输出级别为 DEBUG

- 将根日志级别从 INFO 修改为 DEBUG - 此修改有助于开发和调试阶段获取更多详细日志信息
parent f3c773bb
......@@ -40,7 +40,7 @@
<logger name="org.springframework" level="INFO"/>
<!-- 日志输出级别 -->
<root level="INFO">
<root level="DEBUG">
<appender-ref ref="FILE" />
<appender-ref ref="STDOUT" />
</root>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment