mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-21 23:50:47 -04:00
updates and stuff
This commit is contained in:
parent
809f6d69bf
commit
8ac9a93f72
4 changed files with 60 additions and 58 deletions
|
@ -4,8 +4,10 @@ import 'loggy.dart';
|
|||
|
||||
const Map<String, LogLevel> _blocChangeLogLevels = {
|
||||
'ConnectionStateCubit': LogLevel.off,
|
||||
'ActiveConversationMessagesBlocMapCubit': LogLevel.off,
|
||||
'ActiveSingleContactChatBlocMapCubit': LogLevel.off,
|
||||
'ActiveConversationsBlocMapCubit': LogLevel.off,
|
||||
'DHTShortArrayCubit<Message>': LogLevel.off,
|
||||
'PersistentQueueCubit<Message>': LogLevel.off,
|
||||
};
|
||||
const Map<String, LogLevel> _blocCreateCloseLogLevels = {};
|
||||
const Map<String, LogLevel> _blocErrorLogLevels = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue