Skip to content

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

@xiebin123456

Description

@xiebin123456

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>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions