How to view running workflow logs

Describe the problem/error/question

How to view running workflow logs

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:**1.117.3
  • Database (default: SQLite):SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):own
  • Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • Operating system: windows

Hi @lironghai ,

All logs can be found under the “Execution” tab:

To see logs in the real time, in the “Editor” tab, on the bottom of the screen is a tab “Logs”. Click it to expand or use a pop out to open a separate panel:

Hope this helped :waving_hand:

Gosia