This commit is contained in:
tamaina 2024-03-05 05:41:11 +00:00
parent 4b9ffb8dc0
commit ac4336db43
1 changed files with 1 additions and 1 deletions

View File

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