diff options
| -rw-r--r-- | ios/MullvadLogging/Logging.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadLogging/Logging.swift b/ios/MullvadLogging/Logging.swift index 4b5b7a3965..a9b3a38200 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 { |
