fix: Loglevel for stats
This commit is contained in:
parent
6c3f1d6f51
commit
0bd00c3acd
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ import 'matrix_sdk_extensions.dart/flutter_matrix_sembast_database.dart';
|
||||||
abstract class ClientManager {
|
abstract class ClientManager {
|
||||||
static const String clientNamespace = 'im.fluffychat.store.clients';
|
static const String clientNamespace = 'im.fluffychat.store.clients';
|
||||||
static Future<List<Client>> getClients() async {
|
static Future<List<Client>> getClients() async {
|
||||||
|
Logs().level = Level.verbose;
|
||||||
if (PlatformInfos.isLinux) {
|
if (PlatformInfos.isLinux) {
|
||||||
Hive.init((await getApplicationSupportDirectory()).path);
|
Hive.init((await getApplicationSupportDirectory()).path);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue