소스 검색

Update log.py

master
resphina GitHub 1 년 전
부모
커밋
79e4af315e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      common/log.py

+ 1
- 1
common/log.py 파일 보기

@@ -20,7 +20,7 @@ def _reset_logger(log):
file_handle.setFormatter(
logging.Formatter(
"[%(levelname)s][%(asctime)s][%(filename)s:%(lineno)d] - %(message)s",
datefmt="%Y-%m-%d %H:%M:%S",
datefmt="%Y-%m-%d %H:%M:%S",
)
)
log.addHandler(file_handle)


Loading…
취소
저장