prefer DEBUG level for merchant at tests
This commit is contained in:
parent
13c32b0314
commit
aff5ee6b80
@ -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}`,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user