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

Commit

Permalink
Merge #511
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bors[bot] and holzeis authored Dec 2, 2022
2 parents ffa4f15 + c897a03 commit e365916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void main() {
};

final config = FLog.getDefaultConfigurations();
config.activeLogLevel = foundation.kReleaseMode ? LogLevel.INFO : LogLevel.DEBUG;
config.activeLogLevel = LogLevel.DEBUG;

FLog.applyConfigurations(config);

Expand Down

0 comments on commit e365916

Please sign in to comment.