Skip to content

Commit 16e1918

Browse files
committed
feat: more details in queue job added log
1 parent f02eb91 commit 16e1918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/queue/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ export class Queue extends EventEmitter<QueueEvents> {
704704
}
705705

706706
this.jobs.push(job);
707-
logger.trace('Job added:', job);
707+
logger.trace('Job added:', JSON.stringify(job, null, 2));
708708
void this.storageUpdate(job.id, job);
709709
void this.start();
710710
return job.id;

0 commit comments

Comments
 (0)