优化配置

This commit is contained in:
zhangfan
2024-12-26 10:50:52 +08:00
parent e042163984
commit 0fc856bb78
3 changed files with 29 additions and 2 deletions

View File

@@ -93,4 +93,4 @@ rocketmq:
access-key: uat_ai_drivces
secret-key: Ejh3Jwfet@VtkXYkCabKL2nF5DkKFxS2
group: Voc-DefeatResponse-Dcc
topic: LTO_DEFEAT_ANALYSIS
topic: AI_DEFEAT_ANALYSIS

View File

@@ -13,7 +13,7 @@
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} %contextName [%thread] %-5level %logger{36} - %msg%n</pattern>
<pattern>%d{HH:mm:ss.SSS} %contextName [%thread] %-5level %logger{36} - %c#%L %msg%n</pattern>
</encoder>
</appender>