更新 logback.xml

This commit is contained in:
2023-12-05 14:46:49 +08:00
parent 28e6f6fdb3
commit fb94cf3832

View File

@@ -13,7 +13,8 @@
</appender>
<root level="info">
<appender-ref ref="STDOUT"/>
<!-- 移除了对STDOUT的引用 -->
<!-- <appender-ref ref="STDOUT"/>-->
<appender-ref ref="FILE"/>
</root>
</configuration>