Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit e365916

Browse files
bors[bot]holzeis
andauthored
Merge #511
511: chore: Set log level to debug r=holzeis a=holzeis Otherwise the logs attached in the feedback email don't help a lot. all rust logs are still logged on debug - this should be fixed with #510 Co-authored-by: Richard Holzeis <richard@holzeis.me>
2 parents ffa4f15 + c897a03 commit e365916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void main() {
5858
};
5959

6060
final config = FLog.getDefaultConfigurations();
61-
config.activeLogLevel = foundation.kReleaseMode ? LogLevel.INFO : LogLevel.DEBUG;
61+
config.activeLogLevel = LogLevel.DEBUG;
6262

6363
FLog.applyConfigurations(config);
6464

0 commit comments

Comments
 (0)