Parcourir la source

add timestamp to logs

master
Jonathan Cobb il y a 4 ans
Parent
révision
03ca1f7bfc
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/main.rs

+ 1
- 0
src/main.rs Voir le fichier

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


Chargement…
Annuler
Enregistrer