Adjust air-trace options (#289)

1. Introduce --runner-tracing-params for enable and disable tracing of runner.
2. Adjust some function's tracing levels to make default traces less noisy.
This commit is contained in:
Ivan Boldyrev
2022-08-04 16:51:54 +03:00
committed by GitHub
parent 52f0390eb8
commit 0c387f7415
5 changed files with 15 additions and 8 deletions

View File

@ -65,7 +65,6 @@ impl InterpreterData {
}
}
#[tracing::instrument(skip_all)]
pub fn from_execution_result(
trace: ExecutionTrace,
streams: GlobalStreamGens,