Shipping raw container logs (stdout/stderr) from n8n Cloud Pro to external aggregator

Describe the problem/error/question

I’m on the n8n Cloud Pro plan and need to forward the raw container application logs (everything printed to stdout/stderr, e.g. console.log() calls in Code nodes) to our external log aggregation service. The built-in Execution Logs only capture workflow inputs/outputs and error stacks - not the full container output.

What is the error message (if any)?

N/A - there’s no error; I simply don’t see any setting or API endpoint that exposes raw container logs.

Please share your workflow

N/A - this question is about platform logging capabilities rather than a specific workflow.

Share the output returned by the last node

N/A

Information on your n8n setup

  • n8n version: n8n Cloud Pro
  • Running n8n via: 1.90.2

hello @Hans-Christian_Rorby

You will need to use Log Streaming. But that feature is available only on the Enterprise plan
Log streaming | n8n Docs

1 Like

Thank you for that!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.