mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 23:47:44 +02:00
Logs: Keep the 50 last log files
iOS13 kills the app more often. We have no more one log file a day but one log file every few hours. Increase that number of files to have a wider view of what it's going on.
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ NSString *const AppDelegateDidValidateEmailNotificationClientSecretKey = @"AppDe
|
||||
// Redirect NSLogs to files only if we are not debugging
|
||||
if (!isatty(STDERR_FILENO))
|
||||
{
|
||||
[MXLogger redirectNSLogToFiles:YES];
|
||||
[MXLogger redirectNSLogToFiles:YES numberOfFiles:50];
|
||||
}
|
||||
|
||||
NSLog(@"[AppDelegate] initialize: Done");
|
||||
|
||||
Reference in New Issue
Block a user