Skip to main content
For the complete documentation index for agents and LLMs, see llms.txt.

Debug with Logs

Logs are enabled for every Haystack Platform pipeline and index by default.


Viewing Pipeline Logs

  1. In Haystack Enterprise Platform, go to Pipelines and click the name of the pipeline you want to debug.
  2. Switch to Analytics and open the Logs tab.

Viewing Index Logs

  1. In Haystack Enterprise Platform, go to Indexes and click the name of the index you want to debug.

  2. Switch to Logs.

    1. To view pipeline logs, choose Pipelines.
    2. To view index logs, choose Indexes.
  3. Click the name of your pipeline or index to open its details.

  4. Open the Logs tab.

    The Logs tab on the pipeline details page

You can filter the logs by message and pipeline type or date added. You can also search for keywords in log messages.

To download the logs, click Download CSV.

Other Log sources

After you run a pipeline in Builder, you can see its real-time logs right there.

You can also see real-time logs for a particular request in Playground. For details, see Test Your Pipeline in Playground. To debug while building, use the logs in Builder. To learn how to do it, see Debug with Pipeline Builder.