Skip to content

Commit d3bb323

Browse files
committed
chore(validations): reduce log level for signature validations
1 parent 50b2c10 commit d3bb323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validations/src/validations.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,7 +2451,7 @@ pub fn verify_signatures(
24512451
vrf_input,
24522452
target_hash,
24532453
} => {
2454-
log::info!(
2454+
log::debug!(
24552455
"[SIGVER-BLOCK-{}] proof: {:?}, input: {:?}",
24562456
i,
24572457
proof,
@@ -2475,7 +2475,7 @@ pub fn verify_signatures(
24752475
dr_hash,
24762476
target_hash,
24772477
} => {
2478-
log::info!(
2478+
log::debug!(
24792479
"[SIGVER-DR-{}] proof: {:?}, input: {:?}",
24802480
i,
24812481
proof,

0 commit comments

Comments
 (0)