Consistent log level

This commit is contained in:
Iván Ovejero 2024-10-09 18:34:16 +02:00
parent e966cc073f
commit 83b9e69ece
No known key found for this signature in database

View file

@ -285,7 +285,7 @@ export class ScalingService {
this.activeExecutions.resolveResponsePromise(msg.executionId, decodedResponse);
break;
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,
workerId: msg.workerId,
});