Skip to content

Commit c16c1d9

Browse files
committed
chore: reduced tracing level
1 parent 60eb7ff commit c16c1d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/rs-drive-abci/src/abci/handler/finalize_block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ where
117117

118118
let block_height = platform_state.last_committed_block_height();
119119

120-
tracing::info!(
120+
tracing::trace!(
121121
block_height,
122122
platform_state = ?platform_state,
123123
"state_finalize_block"

packages/rs-drive-abci/src/abci/handler/info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ where
2424

2525
let block_height = platform_state.last_committed_block_height();
2626

27-
tracing::info!(
27+
tracing::trace!(
2828
block_height,
2929
platform_state = ?platform_state,
3030
"state_info"

0 commit comments

Comments
 (0)