fix: 扫码位报警重新下发plc、异步写lucence

This commit is contained in:
2024-07-16 09:46:43 +08:00
parent 484cfacee6
commit 467a9c94d1
5 changed files with 63 additions and 5 deletions

View File

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