diff --git a/proxy_components/engine_store_ffi/src/core/forward_raft/command.rs b/proxy_components/engine_store_ffi/src/core/forward_raft/command.rs index 5210a49bfdc..b8f21a6286f 100644 --- a/proxy_components/engine_store_ffi/src/core/forward_raft/command.rs +++ b/proxy_components/engine_store_ffi/src/core/forward_raft/command.rs @@ -166,7 +166,7 @@ impl ProxyForwarder { index, term, ) { - info!("can't flush data, filter CompactLog"; + debug!("can't flush data, filter CompactLog"; "region_id" => ?ob_region.get_id(), "region_epoch" => ?ob_region.get_region_epoch(), "index" => index, @@ -222,7 +222,7 @@ impl ProxyForwarder { match cmd_type { AdminCmdType::CompactLog | AdminCmdType::ComputeHash | AdminCmdType::VerifyHash => { - info!( + debug!( "observe useless admin command"; "region_id" => region_id, "peer_id" => region_state.peer_id,