Skip to content

Commit

Permalink
fix log4j2 config file logger async-remote to async_remote (#12693)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiebin123456 authored Sep 27, 2024
1 parent 76294a4 commit 5aade0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

<Logger name="com.alibaba.nacos.shaded.io.grpc" level="${nacosClientProperty:com.alibaba.nacos.config.log.level:-info}"
additivity="false">
<appender-ref ref="ASYNC-REMOTE"/>
<appender-ref ref="ASYNC_REMOTE"/>
</Logger>

<Logger name="com.alibaba.nacos.client.config" level="${nacosClientProperty:com.alibaba.nacos.config.log.level:-info}"
Expand Down

0 comments on commit 5aade0d

Please sign in to comment.