You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Info(TraceSourceEventHelper.ClusterIdBase+1,"{0}: opened in {1}ms.",TraceSourceEventHelper.Label(@event.ClusterId),@event.Duration.TotalMilliseconds);
55
+
Debug(TraceSourceEventHelper.ClusterIdBase+1,"{0}: opened in {1}ms.",TraceSourceEventHelper.Label(@event.ClusterId),@event.Duration.TotalMilliseconds);
Debug(TraceSourceEventHelper.ClusterIdBase+4,"{0}: adding server at endpoint {1}.",TraceSourceEventHelper.Label(@event.ClusterId),TraceSourceEventHelper.Format(@event.EndPoint));
70
+
Info(TraceSourceEventHelper.ClusterIdBase+4,"{0}: adding server at endpoint {1}.",TraceSourceEventHelper.Label(@event.ClusterId),TraceSourceEventHelper.Format(@event.EndPoint));
71
71
}
72
72
73
73
privatevoidHandle(ClusterAddedServerEvent@event)
74
74
{
75
-
Info(TraceSourceEventHelper.ClusterIdBase+5,"{0}: added server {1} in {2}ms.",TraceSourceEventHelper.Label(@event.ServerId.ClusterId),TraceSourceEventHelper.Format(@event.ServerId),@event.Duration.TotalMilliseconds);
75
+
Debug(TraceSourceEventHelper.ClusterIdBase+5,"{0}: added server {1} in {2}ms.",TraceSourceEventHelper.Label(@event.ServerId.ClusterId),TraceSourceEventHelper.Format(@event.ServerId),@event.Duration.TotalMilliseconds);
0 commit comments