update 打印日志

This commit is contained in:
jsowell
2026-05-29 15:38:46 +08:00
parent 5edb2ac5a3
commit 7c25ee6852
4 changed files with 5 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
<!-- 日志最大的历史 90天 -->
<property name="maxHistory" value="90"/>
<!-- 控制台输出 -->
<!-- 控制台输出 -->
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>${log.pattern}</pattern>