Skip to content

Commit

Permalink
chore(dispatcher): make the log less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
renan061 committed Nov 14, 2023
1 parent bff88b6 commit 086047a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offchain/dispatcher/src/drivers/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl MachineDriver {
dapp_input_box: &DAppInputBox,
broker: &impl BrokerSend,
) -> Result<(), BrokerFacadeError> {
tracing::info!(
tracing::trace!(
"Last input sent to machine manager `{}`, current input `{}`",
context.inputs_sent_count(),
dapp_input_box.inputs.len()
Expand Down

0 comments on commit 086047a

Please sign in to comment.