Skip to content

Commit

Permalink
fix(orchestrator): change log level of cache messages to be debug (#1824
Browse files Browse the repository at this point in the history
)
  • Loading branch information
batzionb committed Jun 19, 2024
1 parent 5e72920 commit 4224612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class WorkflowCacheService {
? 'empty cache'
: Array.from(this.definitionIdCache).join(', ');

this.logger.info(
this.logger.debug(
`${this.TASK_ID} updated the workflow definition ID cache to: ${workflowDefinitionIds}`,
);
} catch (error) {
Expand Down

0 comments on commit 4224612

Please sign in to comment.