Skip to content

Commit

Permalink
Restore tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed May 8, 2024
1 parent ffffafb commit 1b824ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mirrord/layer/macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ pub fn instrument(
let item: proc_macro2::TokenStream = item.into();

let output = quote! {
#[cfg_attr(debug_assertions, tracing::instrument(#attr))]
// #[cfg_attr(debug_assertions, tracing::instrument(#attr))]
#[tracing::instrument(#attr)]
#item
};

Expand Down

0 comments on commit 1b824ed

Please sign in to comment.