diff --git a/src/main.rs b/src/main.rs index 020cc76..9ec8923 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,8 +25,8 @@ async fn main() -> Result<()> { } } fmt() - .with_timer(T) .with_env_filter(EnvFilter::from_default_env()) + .with_timer(T) .init() } // init components