소스 검색

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)


불러오는 중...
취소
저장