Kaynağa Gözat

add timestamp to logs

master
Jonathan Cobb 4 yıl önce
ebeveyn
işleme
03ca1f7bfc
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      src/main.rs

+ 1
- 0
src/main.rs Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet