mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-07 21:19:51 +00:00
remove redundant heartbeat log
This commit is contained in:
@@ -184,7 +184,6 @@ impl DnsNodeRuntime {
|
||||
.scoped_client::<DnsNodeMgrRpcClientFactory<BaseController>>("".to_string())
|
||||
.await?;
|
||||
|
||||
tracing::trace!(?request, "sending heartbeat");
|
||||
let response = client.heartbeat(BaseController::default(), request).await?;
|
||||
if response.resync {
|
||||
tracing::trace!("resync requested by server, sending full snapshot");
|
||||
|
||||
Reference in New Issue
Block a user