Sfoglia il codice sorgente

add timestamp to logs

master
Jonathan Cobb 4 anni fa
parent
commit
03ca1f7bfc
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/main.rs

+ 1
- 0
src/main.rs Vedi File

@@ -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)


Caricamento…
Annulla
Salva