mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Add more logs
This commit is contained in:
parent
3e0d9fd30c
commit
d16de905c5
1 changed files with 2 additions and 0 deletions
|
|
@ -731,6 +731,8 @@ private final class NotificationServiceHandler {
|
|||
})
|
||||
semaphore.wait()
|
||||
|
||||
Logger.shared.log("NotificationService \(episode)", "Logging settings: (logToFile: \(loggingSettings.logToFile))")
|
||||
|
||||
Logger.shared.logToFile = loggingSettings.logToFile
|
||||
Logger.shared.logToConsole = loggingSettings.logToConsole
|
||||
Logger.shared.redactSensitiveData = loggingSettings.redactSensitiveData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue