alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.1k stars 12.81k forks source link

After configuring the log4j2 configuration file for business applications, start the alarm report log #12682

Closed xiebin123456 closed 3 days ago

xiebin123456 commented 6 days ago

image

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

It should be modified to

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

welcome to PR

xiebin123456 commented 4 days ago

@xiebin123456 will solve it