Revert "wiggle: generate a span that is present at all levels"

This reverts commit 0466f47cb4.
This commit is contained in:
Pat Hickey
2021-04-01 09:33:37 -07:00
parent dfffc69150
commit 0508394c62

View File

@@ -69,9 +69,8 @@ pub fn define_func(
) -> Result<#abi_ret, #rt::Trap> {
use std::convert::TryFrom as _;
// This span is present at all levels (ERROR and below)
let _span = #rt::tracing::span!(
#rt::tracing::Level::ERROR,
#rt::tracing::Level::TRACE,
"wiggle abi",
module = #mod_name,
function = #func_name