Added logging for RetryPlaceholders.findByMessageAndRemove
This commit is contained in:
@@ -190,6 +190,10 @@ export class RetryPlaceholders {
|
|||||||
|
|
||||||
this.items.splice(index, 1);
|
this.items.splice(index, 1);
|
||||||
this.makeLookups();
|
this.makeLookups();
|
||||||
|
|
||||||
|
log.info(
|
||||||
|
`RetryPlaceholders.findByMessageAndRemove: Removing ${sentAt} from conversation ${conversationId}`
|
||||||
|
);
|
||||||
await this.save();
|
await this.save();
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
Reference in New Issue
Block a user