mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
refactor(core): Change triggers and pollers removal log to debug level (#11163)
This commit is contained in:
parent
ed9e61c460
commit
87d041363c
|
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue