From ab5a549f4c0659548b9c4959f0bc865a25effed8 Mon Sep 17 00:00:00 2001 From: wangxu <1318272526@qq.com> Date: Mon, 27 Oct 2025 11:12:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97=E8=90=BD?= =?UTF-8?q?=E7=9B=98=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index e3d98b0..8792413 100644 --- a/run.py +++ b/run.py @@ -6,7 +6,7 @@ from app.cross_eva_views import * def init_log(): # 创建一个按日期拆分的日志处理程序 - logpath = 'log/wave_manager.log' + logpath = 'log/cross_doctor.log' tr_handler = TimedRotatingFileHandler(logpath, when='midnight', interval=1, backupCount=14) logging.basicConfig(level=logging.DEBUG, encoding='utf-8', format='%(asctime)s %(levelname)s %(message)s',