summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-04-17 11:50:31 +0200
committerBug Magnet <marco.nikic@mullvad.net>2024-04-17 12:40:40 +0200
commit49d950f33d494b3b8fb39044d436ee7d624946d1 (patch)
treeac784824f1c31af1421816bba8dfbbc0acef00e8
parentb8e3bfe33156fe5f09365dabd244fd14b262f490 (diff)
downloadmullvadvpn-49d950f33d494b3b8fb39044d436ee7d624946d1.tar.xz
mullvadvpn-49d950f33d494b3b8fb39044d436ee7d624946d1.zip
Fix rebase from main
-rw-r--r--ios/MullvadVPN/AppDelegate.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/AppDelegate.swift b/ios/MullvadVPN/AppDelegate.swift
index 291ed2b46b..a1087d70a9 100644
--- a/ios/MullvadVPN/AppDelegate.swift
+++ b/ios/MullvadVPN/AppDelegate.swift
@@ -353,7 +353,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
private func configureLogging() {
var loggerBuilder = LoggerBuilder(header: "MullvadVPN version \(Bundle.main.productVersion)")
- loggerBuilder.addFileOutput(fileURL: ApplicationConfiguration.logFileURL(for: .mainApp))
+ loggerBuilder.addFileOutput(fileURL: ApplicationConfiguration.newLogFileURL(for: .mainApp))
#if DEBUG
loggerBuilder.addOSLogOutput(subsystem: ApplicationTarget.mainApp.bundleIdentifier)
#endif