diff --git a/src/main.rs b/src/main.rs index ecd35e2..36dfdfd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -109,6 +109,7 @@ async fn main() { .module(module_path!()) .verbosity(verbosity) .quiet(quiet) + .timestamp(stderrlog::Timestamp::Millisecond) .init().unwrap(); // todo: ensure we are running as root (or Administrator on Windows)