Skip to content

Commit b74cd28

Browse files
committed
Skip task scheduler logging
1 parent e82d9a4 commit b74cd28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LoopFollow/Log/LogManager.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ class LogManager {
6363
consoleQueue.async {
6464
print(logMessage)
6565
}
66+
67+
if category == .taskScheduler && isDebug {
68+
return
69+
}
6670

6771
if let key = limitIdentifier, !Storage.shared.debugLogLevel.value {
6872
let shouldLog: Bool = rateLimitQueue.sync {

0 commit comments

Comments
 (0)