diff --git a/src/store/persister/persister.worker.ts b/src/store/persister/persister.worker.ts index 7c3f3ab..660cc76 100644 --- a/src/store/persister/persister.worker.ts +++ b/src/store/persister/persister.worker.ts @@ -280,7 +280,9 @@ class PersisterWorker { .limit(1); if (bountiesSelected.length === 0) { // Insert a bounty and get the id. - this.logger.debug(`Inserting ${key} as amb`); + this.logger.debug( + `Inserting ${key}, ${parsedValue.messageIdentifier} as bounty via AMB`, + ); bountyId = ( await this.db .insert(bounties)