mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Change triggers and pollers removal log to debug level (#11163)
This commit is contained in:
@@ -750,7 +750,7 @@ export class ActiveWorkflowManager {
|
|||||||
const wasRemoved = await this.activeWorkflows.remove(workflowId);
|
const wasRemoved = await this.activeWorkflows.remove(workflowId);
|
||||||
|
|
||||||
if (wasRemoved) {
|
if (wasRemoved) {
|
||||||
this.logger.warn(`Removed triggers and pollers for workflow "${workflowId}"`, {
|
this.logger.debug(`Removed triggers and pollers for workflow "${workflowId}"`, {
|
||||||
workflowId,
|
workflowId,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user