prefer DEBUG level for merchant at tests

This commit is contained in:
MS 2020-09-26 11:06:34 +02:00
parent 13c32b0314
commit aff5ee6b80
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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}`,
);
}