We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60eb7ff commit c16c1d9Copy full SHA for c16c1d9
packages/rs-drive-abci/src/abci/handler/finalize_block.rs
@@ -117,7 +117,7 @@ where
117
118
let block_height = platform_state.last_committed_block_height();
119
120
- tracing::info!(
+ tracing::trace!(
121
block_height,
122
platform_state = ?platform_state,
123
"state_finalize_block"
packages/rs-drive-abci/src/abci/handler/info.rs
@@ -24,7 +24,7 @@ where
24
25
26
27
28
29
30
"state_info"
0 commit comments