For the complete documentation index, see llms.txt. This page is also available as Markdown.

Message Log

The message log shows all messages generated by log-tap nodes in flows executed by the agent.

Messages below the agent's log level at the time the flow runs are not stored and therefore do not appear in the message log. For example, an agent set to Warn stores warn and error messages, but not info or debug.

Each message includes a "severity level" which is one of the following values:

  • Debug

  • Info

  • Warning

  • Error

  • Fatal

By filtering on the "level" column in the messages view, you can quickly find any errors logged for this agent.

Open the specific message by clicking the 'id' in the Log Id column.

Scroll down until you see the "error" node and expand it if necessary. By expanding the "source" node you can see more details on which log-tap node generated the specific error.

Finally, you can open the log session associated with this message by using the "See Log Session" button in the lower right.

Last updated

Was this helpful?