Skip to main content
Console logs are captured automatically from every tracked run. Besides the full-screen Logs viewer, you can surface a run’s stdout/stderr as a file widget on a custom dashboard — alongside images, video, and audio — so logs sit next to your metrics and visualizations in a single view.

Adding a log widget

Open Add Widget, choose the Files tab, and search for a console log stream — sys.stdout or sys.stderr. Adding a console log widget from the Add Widget modal The added widget renders your stdout/stderr inline on the dashboard: Console log widget in a custom dashboard

Search and filter

Console log widgets support the same tools as the full Logs viewer:
  • Filter — show only the log lines matching your query.
  • Navigate — highlight matches and jump between them with next/previous while keeping the full log in view.
  • ANSI colors — colored output (e.g. from rich or colorama) renders with its original terminal formatting.
Looking for the full-screen, per-run log viewer instead? See the dedicated Logs page.