Skip to content

Commit

Permalink
chore(cherry-pick): change log level for lease keeper fail (2ff588b) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 authored Nov 20, 2024
1 parent d95ec6f commit b2b8945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/rpc/election/etcd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl ElectionClient for EtcdElectionClient {
continue;
}
Err(e) => {
tracing::error!(error = %e.as_report(), "lease keeper failed");
tracing::debug!(error = %e.as_report(), "lease keeper failed");
continue;
}
};
Expand Down

0 comments on commit b2b8945

Please sign in to comment.