node_mgr: heartbeat log

node_mgr log
This commit is contained in:
Luna Yao
2026-03-31 19:25:55 +02:00
parent 4ff9e0f8d7
commit 09ba9a1203
+3
View File
@@ -12,6 +12,7 @@ use itertools::Itertools;
use moka::future::Cache;
use std::collections::HashSet;
use std::time::Duration;
use tracing::instrument;
use uuid::Uuid;
#[derive(Debug, Clone, Default)]
@@ -119,6 +120,8 @@ impl DnsNodeMgr {
impl DnsNodeMgrRpc for DnsNodeMgr {
type Controller = BaseController;
// TODO: change level to trace
#[instrument(level = "debug", skip_all, fields(from = ?input.id, snapshot = ?input.snapshot), err)]
async fn heartbeat(
&self,
_: BaseController,