-logging
This commit is contained in:
parent
da4f3900b4
commit
c9a0d2eb96
@ -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" };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user