This commit is contained in:
雷欧(林平凡)
2025-06-03 11:46:56 +08:00
parent ebe9abd880
commit 0e37c73fb2
2 changed files with 7 additions and 2 deletions

View File

@@ -6,9 +6,10 @@
</encoder>
</appender>
<root level="INFO">
<root level="ERROR">
<appender-ref ref="STDOUT"/>
</root>
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>logs/app.log</file>
<encoder>