File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ impl<A> FieldExpressionExecutor<A> {
300
300
opcode_flag_idx
301
301
} ;
302
302
assert_eq ! ( opcode_flag_idx. len( ) , local_opcode_idx. len( ) - 1 ) ;
303
- tracing:: info !(
303
+ tracing:: debug !(
304
304
"FieldExpressionCoreExecutor: opcode={name}, main_width={}" ,
305
305
BaseAir :: <BabyBear >:: width( & expr)
306
306
) ;
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ where
535
535
536
536
/// Calls [`VmState::initial`] but sets more information for
537
537
/// performance metrics when feature "perf-metrics" is enabled.
538
- #[ instrument( name = "vm.create_initial_state" , skip_all) ]
538
+ #[ instrument( name = "vm.create_initial_state" , level = "debug" , skip_all) ]
539
539
pub fn create_initial_state (
540
540
& self ,
541
541
exe : & VmExe < Val < E :: SC > > ,
@@ -909,7 +909,7 @@ where
909
909
} )
910
910
}
911
911
912
- #[ instrument( name = "vm.reset_state" , skip_all) ]
912
+ #[ instrument( name = "vm.reset_state" , level = "debug" , skip_all) ]
913
913
pub fn reset_state ( & mut self , inputs : impl Into < Streams < Val < E :: SC > > > ) {
914
914
self . state
915
915
. as_mut ( )
You can’t perform that action at this time.
0 commit comments