1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

reduce log spam from AggregateRetentionProcessorService

This commit is contained in:
Hazelnoot
2025-05-22 09:54:54 -04:00
parent 7acd37fda0
commit 12acad0654

View File

@@ -62,7 +62,7 @@ export class AggregateRetentionProcessorService {
});
} catch (err) {
if (isDuplicateKeyValueError(err)) {
this.logger.succ('Skip because it has already been processed by another worker.');
this.logger.debug('Skip because it has already been processed by another worker.');
return;
}
throw err;