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

Commit c897a03

Browse files
committed
chore: Set log level to debug
1 parent 8269b69 commit c897a03

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)