log
This commit is contained in:
parent
4b9ffb8dc0
commit
ac4336db43
|
@ -164,7 +164,7 @@ class DeliverManager {
|
||||||
|
|
||||||
// deliver
|
// deliver
|
||||||
await this.queueService.deliverMany(this.actor, this.activity, inboxes);
|
await this.queueService.deliverMany(this.actor, this.activity, inboxes);
|
||||||
logger.info(`Deliver queues dispatched to ${inboxes.size} inboxes`);
|
logger.info(`Deliver queues dispatched: inboxes=${inboxes.size} actorId=${this.actor?.id} activityId=${this.activity?.id}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue