Added logging for RetryPlaceholders.findByMessageAndRemove
This commit is contained in:
parent
efda924589
commit
57029a9908
1 changed files with 4 additions and 0 deletions
|
@ -190,6 +190,10 @@ export class RetryPlaceholders {
|
|||
|
||||
this.items.splice(index, 1);
|
||||
this.makeLookups();
|
||||
|
||||
log.info(
|
||||
`RetryPlaceholders.findByMessageAndRemove: Removing ${sentAt} from conversation ${conversationId}`
|
||||
);
|
||||
await this.save();
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Add table
Reference in a new issue