Skip to content

Commit

Permalink
turning down log level per SRE
Browse files Browse the repository at this point in the history
  • Loading branch information
EdHastingsCasperAssociation committed May 7, 2024
1 parent cbe60bd commit 562c463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ impl BlockAcquisitionState {
| BlockAcquisitionState::HaveStrictFinalitySignatures(_, _)
| BlockAcquisitionState::Failed(_, _)
| BlockAcquisitionState::Complete(..) => {
warn!(
debug!(
?txn_id,
"BlockAcquisition: invalid attempt to register deploy for: {}",
self.block_hash()
Expand Down

0 comments on commit 562c463

Please sign in to comment.