refactor(launcher): 增加一个日志忽略

这个日志没啥大用,搞来搞去也去不掉,但也不影响使用
This commit is contained in:
v-zhangjc9
2024-03-20 16:15:49 +08:00
parent b6865127ca
commit bbcb6b3f08

View File

@@ -44,6 +44,7 @@
<logger name="com.zaxxer.hikari" level="ERROR"/>
<logger name="com.netflix.discovery.shared.resolver.aws.ConfigClusterResolver" level="WARN"/>
<logger name="org.apache.hadoop.yarn.logaggregation.filecontroller.LogAggregationFileControllerFactory" level="ERROR"/>
<root level="INFO">
<appender-ref ref="Loki"/>