From 095dbfc21d92b82e37566ee25c50f7ff65aa5253 Mon Sep 17 00:00:00 2001 From: zhangsheng Date: Sun, 29 Dec 2019 01:13:15 -0800 Subject: [PATCH] [szhang01/fix_env_overwrite] Comment out unnecessary setting in env.py.example. --- env.py.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/env.py.example b/env.py.example index 72be784..db736ea 100644 --- a/env.py.example +++ b/env.py.example @@ -77,7 +77,9 @@ BARK_ENABLED = 0 BARK_PUSH_URL = 'https://api.day.app/:your_token' # 输出日志到文件 -OUT_PUT_LOG_TO_FILE_ENABLED = 0 +# 默认设置不需要,related issue: https://github.com/pjialin/py12306/issues/319 +# 如需更改再 uncomment 掉下面这行 +# OUT_PUT_LOG_TO_FILE_ENABLED = 0 OUT_PUT_LOG_TO_FILE_PATH = 'runtime/12306.log' # 日志目录 # 分布式集群配置