diff --git a/lib/preferences.dart b/lib/preferences.dart index 5aeb58c..94fd8b8 100644 --- a/lib/preferences.dart +++ b/lib/preferences.dart @@ -71,7 +71,7 @@ class Preferences { locationUpdateInterval: (instance.getInt(interval) ?? 0) * 1000, heartbeatInterval: heartbeatInterval > 0 ? heartbeatInterval : null, maxRecordsToPersist: instance.getBool(buffer) != false ? -1 : 1, - logLevel: bg.Config.LOG_LEVEL_INFO, + logLevel: bg.Config.LOG_LEVEL_VERBOSE, logMaxDays: 1, locationTemplate: _locationTemplate(), showsBackgroundLocationIndicator: false,