opt: 日志优化,依赖版本更新

This commit is contained in:
yanps
2024-07-16 16:39:34 +08:00
parent 657e35c51d
commit f971c83141
3 changed files with 22 additions and 21 deletions

View File

@@ -76,7 +76,7 @@ https://juejin.cn/post/6844903775631572999
</appender>
<!--异步到文件-->
<appender name="asyncFileAppender" class="com.yomahub.tlog.core.enhance.logback.async.AspectLogbackAsyncAppender">
<appender name="asyncFileAppender" class="ch.qos.logback.classic.AsyncAppender">
<discardingThreshold>0</discardingThreshold>
<queueSize>500</queueSize>
<appender-ref ref="FILE"/>