We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7665e16 commit ed6c117Copy full SHA for ed6c117
src/market/market.module.ts
@@ -410,7 +410,9 @@ export class MarketModuleImpl implements MarketModule {
410
this.events.emit("demandSubscriptionRefreshed", {
411
demand,
412
});
413
- this.logger.info("Refreshed subscription for offer proposals with the new demand", { demand });
+ this.logger.info("Refreshed subscription for offer proposals with the new demand", {
414
+ demandId: demand.id,
415
+ });
416
}
417
})
418
.catch((err) => {
0 commit comments