From c82a94de39d494b389db6065f0d73377d24ad573 Mon Sep 17 00:00:00 2001 From: pjialin Date: Mon, 6 Jan 2020 12:28:32 +0800 Subject: [PATCH] Revert "[szhang01/fix_env_overwrite] Comment out unnecessary setting in env.py.example" --- env.py.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/env.py.example b/env.py.example index 219dd7c..834460d 100644 --- a/env.py.example +++ b/env.py.example @@ -77,9 +77,7 @@ BARK_ENABLED = 0 BARK_PUSH_URL = 'https://api.day.app/:your_token' # 输出日志到文件 -# 默认设置不需要,related issue: https://github.com/pjialin/py12306/issues/319 -# 如需更改再 uncomment 掉下面这行 -# OUT_PUT_LOG_TO_FILE_ENABLED = 0 +OUT_PUT_LOG_TO_FILE_ENABLED = 0 OUT_PUT_LOG_TO_FILE_PATH = 'runtime/12306.log' # 日志目录 # 分布式集群配置