From fb88fa8a60cd66a23a3b1bbefd3d9fbbc57044c0 Mon Sep 17 00:00:00 2001 From: Jon Petersson Date: Sat, 25 Apr 2026 02:20:10 +0200 Subject: Make wireguard logs excluded by default --- ios/MullvadVPN/View controllers/Logging/LogView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/MullvadVPN/View controllers/Logging/LogView.swift b/ios/MullvadVPN/View controllers/Logging/LogView.swift index 0fe1efa61a..8a916cf76d 100644 --- a/ios/MullvadVPN/View controllers/Logging/LogView.swift +++ b/ios/MullvadVPN/View controllers/Logging/LogView.swift @@ -39,7 +39,7 @@ class LogView: UIView { private var logsArePaused: Bool = false private var selectedProcess: InAppLogEntry.Process? private var includedLabels: Set = [] - private var excludedLabels: Set = [] + private var excludedLabels: Set = ["WireGuard"] private var exportTask: Task? var onExportLogs: ((String) -> Void)? -- cgit v1.3-3-g829e