From dd7c5151dc9669648f2e058e9046f5ea87b5c205 Mon Sep 17 00:00:00 2001 From: Starpoles Date: Thu, 29 Jan 2026 00:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=B8=8D=E5=86=99=E5=87=BA?= =?UTF-8?q?=E5=88=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/log.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.rs b/src/log.rs index 0beb07e..4163113 100644 --- a/src/log.rs +++ b/src/log.rs @@ -47,7 +47,7 @@ pub fn init_log(is_debug: bool) { message )) }) - .chain(fern::log_file(get_log_path().join("app.log")).expect("无法写入日志文件")) + //.chain(fern::log_file(get_log_path().join("app.log")).expect("无法写入日志文件")) .chain(std::io::stdout()); if is_debug {