rev:解决监控页面报错以及优化堆叠行架任务下发逻辑

This commit is contained in:
2024-08-28 09:49:02 +08:00
parent ca8c658cd7
commit 9b2c62f920
16 changed files with 150 additions and 46 deletions

View File

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