瀏覽代碼

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…
取消
儲存