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"/>

View File

@@ -47,7 +47,7 @@
<dependency>
<groupId>org.dromara.dynamictp</groupId>
<artifactId>dynamic-tp-spring-boot-starter-adapter-webserver</artifactId>
<version>1.1.6.1</version>
<version>1.1.7</version>
</dependency>
<!-- Lucence核心包 -->

View File

@@ -1020,3 +1020,4 @@ body {
}
</style>