Skip to content

Commit

Permalink
chore: log level
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Oct 15, 2024
1 parent 0940c46 commit 710c485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-sidecar/src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ impl<C: StateFetcher, ECDSA: SignerECDSA> SidecarDriver<C, ECDSA> {
// Create a commitment by signing the request
match request.commit_and_sign(&self.commitment_signer).await {
Ok(commitment) => {
info!(target_slot, elapsed = ?start.elapsed(), "Commitment signed and sent");
debug!(target_slot, elapsed = ?start.elapsed(), "Commitment signed and sent");
response.send(Ok(commitment)).ok()
}
Err(err) => {
Expand Down

0 comments on commit 710c485

Please sign in to comment.