Skip to content

Commit

Permalink
update 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxtyson committed May 8, 2021
1 parent 3083b1b commit c054cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# 输出日志到控制台
console_handler = logging.StreamHandler()
console_handler.setFormatter(formatter)
console_handler.setLevel(logging.DEBUG)
console_handler.setLevel(logging.ERROR)
logger.addHandler(console_handler)

# 输出日志到文件 保存最近 3 小时的日志
Expand Down

0 comments on commit c054cd0

Please sign in to comment.