gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: prefer DEBUG level for mercha


From: gnunet
Subject: [taler-wallet-core] branch master updated: prefer DEBUG level for merchant at tests
Date: Sat, 26 Sep 2020 11:06:57 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new aff5ee6b prefer DEBUG level for merchant at tests
aff5ee6b is described below

commit aff5ee6b802e1bb5134192ba7c1b29a3e878d9b7
Author: MS <ms@taler.net>
AuthorDate: Sat Sep 26 11:06:34 2020 +0200

    prefer DEBUG level for merchant at tests
---
 packages/taler-integrationtests/src/harness.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-integrationtests/src/harness.ts 
b/packages/taler-integrationtests/src/harness.ts
index bb9e4212..a08a8a02 100644
--- a/packages/taler-integrationtests/src/harness.ts
+++ b/packages/taler-integrationtests/src/harness.ts
@@ -1272,7 +1272,7 @@ export class MerchantService implements 
MerchantServiceInterface {
 
     this.proc = this.globalState.spawnService(
       "taler-merchant-httpd",
-      ["-LINFO", "-c", this.configFilename, ...this.timetravelArgArr],
+      ["-LDEBUG", "-c", this.configFilename, ...this.timetravelArgArr],
       `merchant-${this.merchantConfig.name}`,
     );
   }

-- 
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]