Browse Source

chore: adjust guard log

GyDi 3 năm trước cách đây
mục cha
commit
e67b50b976
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      src-tauri/src/core/sysopt.rs

+ 1 - 3
src-tauri/src/core/sysopt.rs

@@ -169,8 +169,6 @@ impl Sysopt {
       loop {
         sleep(Duration::from_secs(wait_secs)).await;
 
-        log::debug!("guard heartbeat detection");
-
         let verge = Verge::new();
 
         let enable_proxy = verge.enable_system_proxy.unwrap_or(false);
@@ -185,7 +183,7 @@ impl Sysopt {
           break;
         }
 
-        log::info!("try to guard proxy");
+        log::debug!("try to guard the system proxy");
 
         let clash = Clash::new();