From 22b874fd54704b6de8edce816704d27410e8d623 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 13 Jun 2025 15:03:00 -0700 Subject: [PATCH] Enable verbose logs --- lib/preferences.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,