mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-25 07:10:48 -04:00
Websocket fixes
This commit is contained in:
parent
ce19a1bfbf
commit
c0f94ea2b3
5 changed files with 55 additions and 18 deletions
|
@ -252,7 +252,7 @@ class _MyAppState extends State<MyApp> with UiLoggy {
|
|||
labelText: 'Debug Command'),
|
||||
textInputAction: TextInputAction.send,
|
||||
onSubmitted: (String v) async {
|
||||
loggy.debug(await Veilid.instance.debug(v));
|
||||
loggy.info(await Veilid.instance.debug(v));
|
||||
})),
|
||||
DropdownButton<LogLevel>(
|
||||
value: loggy.level.logLevel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue