Skip to content

Commit

Permalink
chore: use debug level logging for consumer messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gk-kindred committed Aug 12, 2024
1 parent 6a6a4a8 commit 1c51ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ where
// 2.1 For CM - Install messages on the version
Ok(Some(ChannelMessage::Candidate(candidate))) => {
let version = candidate.message.version;
info!("Candidate version received is {version}");
debug!("Candidate version received is {version}");
if version > 0 {
// insert item to suffix
let _ = self.suffix.insert(version, candidate.message.into());
Expand Down

0 comments on commit 1c51ae0

Please sign in to comment.