mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 23:23:00 -04:00
route fixes
This commit is contained in:
parent
36b6e7446f
commit
2e1920b626
13 changed files with 89 additions and 98 deletions
|
@ -11,7 +11,7 @@ void veilidInit() {
|
|||
enabled: true,
|
||||
level: VeilidConfigLogLevel.debug,
|
||||
logsInTimings: true,
|
||||
logsInConsole: true),
|
||||
logsInConsole: false),
|
||||
api: VeilidWASMConfigLoggingApi(
|
||||
enabled: true, level: VeilidConfigLogLevel.info)));
|
||||
Veilid.instance.initializeVeilidCore(platformConfig.json);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue