From 91aa301bd3cc2b8db0185efe09756e61114e669e Mon Sep 17 00:00:00 2001 From: jshixiong <2645476194@qq.com> Date: Wed, 7 Aug 2024 10:18:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(log):=20=E4=BF=AE=E6=94=B9=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=AD=98=E5=82=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index a46d1d1..96ece80 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -10,7 +10,7 @@ def create_app(): app.register_blueprint(route_bp) - log_file_path = '/data/ww/py_sys_monitor/logs/access_log' + log_file_path = '/data/ww/py_sys_monitor/info/access_log' def log_request_response(response): log_entry = {