Browse Source

remove filename/linenumber from log; this does not help currently and adds noise only

B. Petersen 4 years ago
parent
commit
f6b4737d4e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deltachat-ios/AppDelegate.swift

+ 1 - 0
deltachat-ios/AppDelegate.swift

@@ -40,6 +40,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         DBDebugToolkit.setupCrashReporting()
         
         let console = ConsoleDestination()
+        console.format = "$DHH:mm:ss.SSS$d $C$L$c $M" // see https://docs.swiftybeaver.com/article/20-custom-format
         logger.addDestination(console)
         dcContext.logger = DcLogger()
         logger.info("➡️ didFinishLaunchingWithOptions")