mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Convert verbose to debug logs (#10574)
This commit is contained in:
@@ -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