mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
Configure log files correctly
Signed-off-by: ismailgulek <gulekismail@gmail.com>
This commit is contained in:
@@ -73,8 +73,8 @@ class NotificationService: UNNotificationServiceExtension {
|
||||
Bundle.mxk_customizeLocalizedStringTableName("Vector")
|
||||
|
||||
if isatty(STDERR_FILENO) == 0 {
|
||||
// MXLogger.setSubLogName("nse")
|
||||
// MXLogger.redirectNSLog(toFiles: true)
|
||||
MXLogger.setSubLogName("nse")
|
||||
MXLogger.redirectNSLog(toFiles: true)
|
||||
}
|
||||
|
||||
userAccount = MXKAccountManager.shared()?.activeAccounts.first
|
||||
|
||||
Reference in New Issue
Block a user