mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Reverse
This commit is contained in:
parent
8ba24cd145
commit
e966cc073f
|
@ -48,7 +48,7 @@ export class JobProcessor {
|
||||||
|
|
||||||
const workflowId = execution.workflowData.id;
|
const workflowId = execution.workflowData.id;
|
||||||
|
|
||||||
this.logger.info(`Worker started running job ${job.id} (execution ${executionId})`, {
|
this.logger.info(`Worker started running execution ${executionId} (job ${job.id})`, {
|
||||||
instanceType: 'worker',
|
instanceType: 'worker',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue