This commit is contained in:
Dominik Werder
2023-02-10 15:40:40 +01:00
parent b453d61250
commit 717dc1d1b6
4 changed files with 30 additions and 10 deletions

View File

@@ -1727,7 +1727,7 @@ where
pub mod log {
#[allow(unused_imports)]
pub use tracing::{debug, error, event, info, span, trace, warn, Level};
pub use tracing::{self, debug, error, event, info, span, trace, warn, Level};
}
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]