-
Notifications
You must be signed in to change notification settings - Fork 8.4k
feat:move warning logs to a more suitable location(#3570) #3578
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
...ba-nacos-discovery/src/main/java/com/alibaba/cloud/nacos/loadbalancer/NacosLoadBalancer.java
Show resolved
Hide resolved
...ba-nacos-discovery/src/main/java/com/alibaba/cloud/nacos/loadbalancer/NacosLoadBalancer.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Do you have any questions or new ideas about the above code? I found that this PR seems to have stalled😂. |
The community will review your submission soon, please wait patiently. 🤔 |
@Suzzt Can you pls solve the ci failed. https://github.com/alibaba/spring-cloud-alibaba/actions/runs/9013434028/job/24764358969 |
Describe what this PR does / why we need it
When Nacos made cross cluster calls, it was found that there was no warning log like "A cross cluster call occurrences..." in previous versions
Does this pull request fix one issue?
Feat##3570
Describe how you did it
Move the error warning log to the appropriate location so that the warning prompt can be printed correctly and reasonably
Describe how to verify it
NONE
Special notes for reviews
NONE