From 1d420bd7dde62e953b1dbf5933bc185e8b4d457f Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 4 Feb 2026 14:53:13 -0500 Subject: [PATCH] fix(10-06): update logs sub-workflow placeholder - Replace PLACEHOLDER_LOGS_ID with TODO_DEPLOY_LOGS_WORKFLOW - Applies to Execute Text Logs and Execute Inline Logs nodes - Clear marker indicates n8n-container-logs.json deployment required - User must replace TODO with actual workflow ID after n8n import --- n8n-workflow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/n8n-workflow.json b/n8n-workflow.json index c207419..5796e19 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -4905,7 +4905,7 @@ "workflowId": { "__rl": true, "mode": "list", - "value": "PLACEHOLDER_LOGS_ID" + "value": "TODO_DEPLOY_LOGS_WORKFLOW" }, "options": {} }, @@ -4936,7 +4936,7 @@ "workflowId": { "__rl": true, "mode": "list", - "value": "PLACEHOLDER_LOGS_ID" + "value": "TODO_DEPLOY_LOGS_WORKFLOW" }, "options": {} },