mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 16:44:07 -08:00
Consistent log level
This commit is contained in:
parent
e966cc073f
commit
83b9e69ece
|
@ -285,7 +285,7 @@ export class ScalingService {
|
||||||
this.activeExecutions.resolveResponsePromise(msg.executionId, decodedResponse);
|
this.activeExecutions.resolveResponsePromise(msg.executionId, decodedResponse);
|
||||||
break;
|
break;
|
||||||
case 'job-finished':
|
case 'job-finished':
|
||||||
this.logger.debug(`Queue reported execution ${msg.executionId} (job ${jobId}) finished`, {
|
this.logger.info(`Queue reported execution ${msg.executionId} (job ${jobId}) finished`, {
|
||||||
instanceType: this.instanceSettings.instanceType,
|
instanceType: this.instanceSettings.instanceType,
|
||||||
workerId: msg.workerId,
|
workerId: msg.workerId,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue