Skip to content
Snippets Groups Projects
Commit 8907cbdc authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

chore: stop sentinel from spamming logs with info messages

parent 6bbc938b
No related branches found
No related tags found
1 merge request!927Gmoshkin/join using batch dml
......@@ -35,7 +35,7 @@ impl Loop {
}: &mut State,
) -> ControlFlow<()> {
if status.get() == SentinelStatus::Initial || node::global().is_err() {
tlog!(Info, "waiting until initialized...");
tlog!(Debug, "waiting until initialized...");
_ = status.changed().timeout(Self::SENTINEL_LONG_SLEEP).await;
return ControlFlow::Continue(());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment