Skip to content

Commit

Permalink
chore: one more info -> debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Dec 5, 2024
1 parent d1bf371 commit de89560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-svc/src/event/ordering_task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ impl OrderingState {
if iter_cnt > max_iterations {
warn!(%batch_size, iterations=%iter_cnt, %task_id, "Exceeded max iterations for finding undelivered events!");
}
info!(%task_id, "Finished processing undelivered events");
debug!(%task_id, "Finished processing undelivered events");
Ok(())
});
}
Expand Down

0 comments on commit de89560

Please sign in to comment.