Skip to content

Commit

Permalink
[Encryption] Turn on verbose log level when enable log
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Dec 12, 2024
1 parent 2c7d65d commit cf38fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ abstract class AppConfig {
}
if (json['enable_logs'] is bool) {
DebugUtils.enableLogs = json['enable_logs'];
Logs().level = DebugUtils().isDebugMode ? Level.verbose : Level.warning;
}
}
}

0 comments on commit cf38fe8

Please sign in to comment.