hzhaop commented on code in PR #777:
URL: https://github.com/apache/skywalking-java/pull/777#discussion_r2509304522
##########
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannelManager.java:
##########
@@ -99,7 +102,15 @@ public void shutdown() {
@Override
public void run() {
- LOGGER.debug("Selected collector grpc service running, reconnect:{}.",
reconnect);
+ if (reconnect) {
+ LOGGER.warn("Selected collector grpc service running,
reconnect:{}.", reconnect);
+ } else {
+ LOGGER.debug("Selected collector grpc service running,
reconnect:{}.", reconnect);
+ }
Review Comment:
ok
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]