mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-16 02:45:41 +00:00
feat(stats): add by-instance traffic metrics (#2011)
This commit is contained in:
@@ -146,7 +146,6 @@ async fn collect_network_info(
|
||||
|
||||
#[tauri::command]
|
||||
async fn set_logging_level(level: String) -> Result<(), String> {
|
||||
println!("Setting logging level to: {}", level);
|
||||
get_client_manager!()?
|
||||
.set_logging_level(level.clone())
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user