提交 d825c0ce 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Update GRPCChannelManager.java

Fix wrong log class name.
上级 f27effee
......@@ -24,7 +24,7 @@ import static org.skywalking.apm.agent.core.conf.Config.Collector.GRPC_CHANNEL_C
* @author wusheng
*/
public class GRPCChannelManager implements BootService, Runnable {
private static final ILog logger = LogManager.getLogger(DiscoveryRestServiceClient.class);
private static final ILog logger = LogManager.getLogger(GRPCChannelManager.class);
private volatile ManagedChannel managedChannel = null;
private volatile ScheduledFuture<?> connectCheckFuture;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册