commit aff5ee6b802e1bb5134192ba7c1b29a3e878d9b7
parent 13c32b0314fc082770f6c0822677976c29371450
Author: MS <ms@taler.net>
Date: Sat, 26 Sep 2020 11:06:34 +0200
prefer DEBUG level for merchant at tests
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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}`,
);
}