Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Create centralized, structured logs directly from your n8n workflows, using Supabase as your scalable log database. Whether you're debugging a workflow, monitoring execution status, or tracking err...
n8n-nodes-base.stickynote, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.supabase, n8n-nodes-base.errortrigger, n8n-nodes-base.code, n8n-nodes-base.executeworkflow
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Elodie Tasia.
Original n8n.io sourceCreate centralized, structured logs directly from your n8n workflows, using Supabase as your scalable log database.
Whether you're debugging a workflow, monitoring execution status, or tracking error events, this template makes it easy to log messages in a consistent, structured format inspired by Log4j2 levels (DEBUG, INFO, WARN, ERROR, FATAL).
You’ll get a reusable sub-workflow that lets you log any message with optional metadata, tied to a workflow execution and a specific node.
Provides a sub-workflow that inserts log entries into Supabase.
Each log entry supports the following fields:
Comes with examples for diffrerent log levels: Easily call the sub-workflow from any step with a Execute Workflow node and pass dynamic parameters.
To use this template, you'll need:
The table shema and SQL scripts are given in the template file.
{
"workflow_name": "sync_crm_to_airtable",
"execution_id": {{$execution.id}},
"node_name": "Airtable Insert",
"log_level": "INFO",
"message": "New contact pushed to Airtable successfully",
"metadata": {
"recordId": "rec123",
"fields": ["email", "firstName"]
}
}
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Create structured logging system with Supabase and Log4j2-style levels |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Engineering |
| Author | Elodie Tasia |
| Published | 13 Sept 2025 |
Use the JSON export at /data/workflows/8568/8568.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Create centralized, structured logs directly from your n8n workflows, using Supabase as your scalable log database. Whether you're debugging a workflow, monitoring execution status, or tracking err...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering use case.