Skip to content

Commit fcc78b3

Browse files
committed
Convert an info log to a debug log
1 parent 6bba731 commit fcc78b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/redis-worker/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ class Worker<TCatalog extends WorkerCatalog> {
452452
continue;
453453
}
454454

455-
this.logger.info("Dequeued items", {
455+
this.logger.debug("Dequeued items", {
456456
workerId,
457457
itemCount: items.length,
458458
concurrencyOptions: this.concurrency,

0 commit comments

Comments
 (0)