gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -logging


From: gnunet
Subject: [taler-wallet-core] branch master updated: -logging
Date: Wed, 13 Dec 2023 08:38:03 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 80c61a93e -logging
80c61a93e is described below

commit 80c61a93e6c33d771cec95a9acfde43ce7148935
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Dec 13 08:37:59 2023 +0100

    -logging
---
 packages/taler-wallet-core/src/host-impl.node.ts  | 2 +-
 packages/taler-wallet-core/src/host-impl.qtart.ts | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/taler-wallet-core/src/host-impl.node.ts 
b/packages/taler-wallet-core/src/host-impl.node.ts
index 33162ec50..fefee1067 100644
--- a/packages/taler-wallet-core/src/host-impl.node.ts
+++ b/packages/taler-wallet-core/src/host-impl.node.ts
@@ -147,7 +147,7 @@ export async function createNativeWalletHost2(
     args.persistentStoragePath &&
     args.persistentStoragePath.endsWith(".json")
   ) {
-    logger.info("using legacy file-based DB backend");
+    logger.info("using JSON file DB backend (slow, only use for testing)");
     dbResp = await makeFileDb(args);
   } else {
     logger.info("using sqlite3 DB backend");
diff --git a/packages/taler-wallet-core/src/host-impl.qtart.ts 
b/packages/taler-wallet-core/src/host-impl.qtart.ts
index 7917d6b0e..686374beb 100644
--- a/packages/taler-wallet-core/src/host-impl.qtart.ts
+++ b/packages/taler-wallet-core/src/host-impl.qtart.ts
@@ -171,10 +171,10 @@ export async function createNativeWalletHost2(
     args.persistentStoragePath &&
     args.persistentStoragePath.endsWith(".json")
   ) {
-    logger.info("using JSON file DB backend (slow!)");
+    logger.info("using JSON file DB backend (slow, only use for testing)");
     dbResp = await makeFileDb(args);
   } else {
-    logger.info("using sqlite3 DB backend (experimental!)");
+    logger.info("using sqlite3 DB backend");
     dbResp = await makeSqliteDb(args);
   }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]