We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a681cd commit 1b129cbCopy full SHA for 1b129cb
macos/Runner/AppDelegate.swift
@@ -98,7 +98,7 @@ class AppDelegate: FlutterAppDelegate {
98
opts.dataDir = FilePath.dataDirectory.relativePath
99
opts.logDir = FilePath.logsDirectory.relativePath
100
opts.deviceid = ""
101
- opts.logLevel = "debug"
+ opts.logLevel = "trace"
102
opts.telemetryConsent = FilePath.isTelemetryEnabled()
103
opts.locale = Locale.current.identifier
104
appLogger.info(
0 commit comments