Overview

Troubleshoot your code using logs.

If you ever run into any issues with your bot, the Logging tool can help you figure out what's going on behind the scenes. If your bot is not responding to input, or is generating a vague error, the Logging tool can offer deep insight into your flows, components, and integrations.

Features

  • Logs are stored for up to 90 days on a Universal plan.
  • Filter logs by user, integration, message type, and more, so you see just the information you need.
  • Build deep links so you can share and run complex queries quickly.
  • Create your own logged messages within your Python components using self.log().
  • Inject custom logged messages in your flows using the meya.log component.
  • Add a logged message to any component using the log property.
  • Flow errors are auto-logged (i.e., missing component).
  • Component errors are auto-logged (i.e., null reference in Python).

What’s Next

Have you seen the Logging UI yet? Check it out next.