chore: adjust guard log

This commit is contained in:
GyDi 2022-04-21 19:51:20 +08:00 committed by GitHub
parent 9e3c080909
commit e67b50b976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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