Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
xiebin123456 opened this issue Sep 23, 2024 · 2 comments · Fixed by #12693
Assignees
Labels
area/Client Related to Nacos Client SDK contribution welcome

Comments

@xiebin123456
Copy link
Contributor

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
Copy link
Collaborator

welcome to PR

@KomachiSion KomachiSion added contribution welcome area/Client Related to Nacos Client SDK labels Sep 25, 2024
@xiebin123456
Copy link
Contributor Author

@xiebin123456 will solve it

@KomachiSion KomachiSion linked a pull request Sep 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/Client Related to Nacos Client SDK contribution welcome
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants