ソースを参照

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)


読み込み中…
キャンセル
保存