change heartbeat log level to trace

This commit is contained in:
Luna Yao
2026-04-05 10:38:17 +02:00
parent 62b512fbae
commit e4f2078ff1
+1 -2
View File
@@ -112,9 +112,8 @@ impl DnsNodeMgr {
impl DnsNodeMgrRpc for DnsNodeMgr {
type Controller = BaseController;
// TODO: change level to trace
#[instrument(
level = "debug",
level = "trace",
skip_all,
fields(from = ?input.id, snapshot = ?input.snapshot),
err