use log::{trace, debug} instead of log::info for logging (#31)

This commit is contained in:
vms
2020-11-23 21:04:35 +03:00
committed by GitHub
parent 605c5dda18
commit c2d81749fe
10 changed files with 49 additions and 49 deletions

View File

@ -72,7 +72,7 @@ pub(super) fn set_remote_call_result<'i>(
exec_ctx.subtree_complete = false;
let new_evidence_state = EvidenceState::Call(CallResult::RequestSent(exec_ctx.current_peer_id.clone()));
log::info!(
log::trace!(
target: EVIDENCE_CHANGING,
" adding new call evidence state {:?}",
new_evidence_state