[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, 06 Sep 2023 10:50:00 +0200 |
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 c9a0d2eb9 -logging
c9a0d2eb9 is described below
commit c9a0d2eb968133b1ad156e1dc86e6c06dad09c7a
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Sep 6 10:50:00 2023 +0200
-logging
---
packages/taler-harness/src/harness/harness.ts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/packages/taler-harness/src/harness/harness.ts
b/packages/taler-harness/src/harness/harness.ts
index bac691637..99151b219 100644
--- a/packages/taler-harness/src/harness/harness.ts
+++ b/packages/taler-harness/src/harness/harness.ts
@@ -1825,8 +1825,7 @@ export class MerchantService implements
MerchantServiceInterface {
if (!this.proc) {
throw Error("merchant must be running to add instance");
}
- console.trace("here!");
- logger.info("adding instance");
+ logger.info(`adding instance '${instanceConfig.id}'`);
const url =
`http://localhost:${this.merchantConfig.httpPort}/management/instances`;
const auth = instanceConfig.auth ?? { method: "external" };
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: -logging,
gnunet <=