Skip to content

Commit 8bee2e8

Browse files
committed
chore(hermes): change level of some logs
1 parent 8d99ac4 commit 8bee2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hermes/src/aggregate/wormhole_merkle.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub fn construct_message_states_proofs(
114114
}
115115

116116
pub fn construct_update_data(mut messages: Vec<RawMessageWithMerkleProof>) -> Result<Vec<Vec<u8>>> {
117-
tracing::info!("Constructing update data for {} messages", messages.len());
117+
tracing::debug!("Constructing update data for {} messages", messages.len());
118118

119119
messages.sort_by_key(|m| m.slot);
120120

@@ -140,7 +140,7 @@ pub fn construct_update_data(mut messages: Vec<RawMessageWithMerkleProof>) -> Re
140140
}
141141
}
142142

143-
tracing::info!(
143+
tracing::debug!(
144144
slot = slot,
145145
"Combining {} messages in a single updateData",
146146
updates.len()

0 commit comments

Comments
 (0)