Преглед изворни кода

add timestamp to logs

master
Jonathan Cobb пре 4 година
родитељ
комит
03ca1f7bfc
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      src/main.rs

+ 1
- 0
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)


Loading…
Откажи
Сачувај