Revert "wiggle: generate a span that is present at all levels"
This reverts commit 0466f47cb4.
This commit is contained in:
@@ -69,9 +69,8 @@ pub fn define_func(
|
|||||||
) -> Result<#abi_ret, #rt::Trap> {
|
) -> Result<#abi_ret, #rt::Trap> {
|
||||||
use std::convert::TryFrom as _;
|
use std::convert::TryFrom as _;
|
||||||
|
|
||||||
// This span is present at all levels (ERROR and below)
|
|
||||||
let _span = #rt::tracing::span!(
|
let _span = #rt::tracing::span!(
|
||||||
#rt::tracing::Level::ERROR,
|
#rt::tracing::Level::TRACE,
|
||||||
"wiggle abi",
|
"wiggle abi",
|
||||||
module = #mod_name,
|
module = #mod_name,
|
||||||
function = #func_name
|
function = #func_name
|
||||||
|
|||||||
Reference in New Issue
Block a user