Enable verbose logs
This commit is contained in:
parent
57a38d964f
commit
22b874fd54
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class Preferences {
|
||||||
locationUpdateInterval: (instance.getInt(interval) ?? 0) * 1000,
|
locationUpdateInterval: (instance.getInt(interval) ?? 0) * 1000,
|
||||||
heartbeatInterval: heartbeatInterval > 0 ? heartbeatInterval : null,
|
heartbeatInterval: heartbeatInterval > 0 ? heartbeatInterval : null,
|
||||||
maxRecordsToPersist: instance.getBool(buffer) != false ? -1 : 1,
|
maxRecordsToPersist: instance.getBool(buffer) != false ? -1 : 1,
|
||||||
logLevel: bg.Config.LOG_LEVEL_INFO,
|
logLevel: bg.Config.LOG_LEVEL_VERBOSE,
|
||||||
logMaxDays: 1,
|
logMaxDays: 1,
|
||||||
locationTemplate: _locationTemplate(),
|
locationTemplate: _locationTemplate(),
|
||||||
showsBackgroundLocationIndicator: false,
|
showsBackgroundLocationIndicator: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue