refactor(core): Convert verbose to debug logs (#10574)
This commit is contained in:
@@ -41,7 +41,7 @@ export class ActiveWorkflowsService {
|
||||
'workflow:read',
|
||||
]);
|
||||
if (!workflow) {
|
||||
this.logger.verbose('User attempted to access workflow errors without permissions', {
|
||||
this.logger.warn('User attempted to access workflow errors without permissions', {
|
||||
workflowId,
|
||||
userId: user.id,
|
||||
});
|
||||
|
||||
@@ -90,7 +90,7 @@ export class WorkflowStatisticsService extends TypedEmitter<WorkflowStatisticsEv
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
this.logger.verbose('Unable to fire first workflow success telemetry event');
|
||||
this.logger.debug('Unable to fire first workflow success telemetry event');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user