Configure log files correctly

Signed-off-by: ismailgulek <gulekismail@gmail.com>
This commit is contained in:
ismailgulek
2020-05-25 13:36:42 +03:00
parent 2830af7cd6
commit 7ab67fb2fa

View File

@@ -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