We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b3d91 commit 1d38846Copy full SHA for 1d38846
apps/daemon/src/consumer.ts
@@ -62,7 +62,7 @@ export async function consume(consumerName: string) {
62
63
for (const { id, message } of messages) {
64
const job = message as unknown as Job;
65
- const jobLog = log.child({ id, job });
+ const jobLog = log.child({ stream, id, job });
66
jobLog.info("Job processing started");
67
for (let attempt = 1; ; ++attempt) {
68
try {
0 commit comments