Skip to content

Commit 1b129cb

Browse files
authored
re-enable trace logging as default (#8458)
1 parent 7a681cd commit 1b129cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class AppDelegate: FlutterAppDelegate {
9898
opts.dataDir = FilePath.dataDirectory.relativePath
9999
opts.logDir = FilePath.logsDirectory.relativePath
100100
opts.deviceid = ""
101-
opts.logLevel = "debug"
101+
opts.logLevel = "trace"
102102
opts.telemetryConsent = FilePath.isTelemetryEnabled()
103103
opts.locale = Locale.current.identifier
104104
appLogger.info(

0 commit comments

Comments
 (0)