diff --git a/ios/MullvadLogging/Logging.swift b/ios/MullvadLogging/Logging.swift index 4b5b7a3965fd..a9b3a3820020 100644 --- a/ios/MullvadLogging/Logging.swift +++ b/ios/MullvadLogging/Logging.swift @@ -38,7 +38,7 @@ public struct LoggerBuilder { do { try LogRotation.rotateLogs(logDirectory: logsDirectoryURL, options: LogRotation.Options( - storageSizeLimit: 5_242_880, // 5 MB + storageSizeLimit: 2_000_000, // 2 MB oldestAllowedDate: Date(timeIntervalSinceNow: -Duration.days(7).timeInterval) )) } catch {