From eda1c4429db2e7a3b1b79eee0cba0fc7abec7290 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 04 七月 2024 19:12:34 +0800
Subject: [PATCH] 10198 【香港】【越南】【主干】【砍树】【后端】BOSS凭证优化
---
Tool/webbottle/lib/mylog.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Tool/webbottle/lib/mylog.py b/Tool/webbottle/lib/mylog.py
index cda8d0d..340a869 100644
--- a/Tool/webbottle/lib/mylog.py
+++ b/Tool/webbottle/lib/mylog.py
@@ -11,7 +11,7 @@
def InitMyLog( LogName, addConsule = False, LEV = logging.INFO ):
# set up logging to file - see previous section for more details
now = localtime()
- filePath = r"D:\ServerLog\WebBottle"
+ filePath = r"C:\ServerLog\WebBottle"
fileName = filePath + r"\%s-%d-%d-%d.log" % ( LogName, now.tm_year, now.tm_mon, now.tm_mday )
if not os.path.exists(filePath):
os.makedirs(filePath)
--
Gitblit v1.8.0