-logging
This commit is contained in:
parent
828e4ad3ef
commit
b9f908db58
@ -168,10 +168,10 @@ export async function createNativeWalletHost2(
|
|||||||
let dbResp: MakeDbResult;
|
let dbResp: MakeDbResult;
|
||||||
|
|
||||||
if (args.persistentStoragePath && args.persistentStoragePath.endsWith(".json")) {
|
if (args.persistentStoragePath && args.persistentStoragePath.endsWith(".json")) {
|
||||||
logger.info("using JSON file backend (slow!)");
|
logger.info("using JSON file DB backend (slow!)");
|
||||||
dbResp = await makeFileDb(args);
|
dbResp = await makeFileDb(args);
|
||||||
} else {
|
} else {
|
||||||
logger.info("using JSON file backend (experimental!)");
|
logger.info("using sqlite3 DB backend (experimental!)");
|
||||||
dbResp = await makeSqliteDb(args)
|
dbResp = await makeSqliteDb(args)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user