Skip to content

Commit e0b1771

Browse files
authored
Tweak parameter for internal users
1 parent f5f0ba3 commit e0b1771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignalServiceKit/DebugLogs/DebugLogger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public final class DebugLogger {
144144

145145
// Keep last 3 days of logs - or last 3 logs (if logs rollover due to max
146146
// file size). Keep extra log files in internal builds.
147-
logFileManager.maximumNumberOfLogFiles = DebugFlags.extraDebugLogs ? 32 : 3
147+
logFileManager.maximumNumberOfLogFiles = DebugFlags.extraDebugLogs ? 8 : 3
148148

149149
// Don't limit the total size on disk explicitly. Rely on "max file size" *
150150
// "max number of files" to limit the space we consume.

0 commit comments

Comments
 (0)