Activity Logs

Real-time system logs for everything the platform does.

System Status Cards

At the top of the page, cards show the health of each service:

  • Service name
  • Status badge — Healthy (green), Warning (yellow), or Error (red)
  • Latency in milliseconds

Stats Summary

Quick metrics at a glance:

  • Requests per minute
  • Error rate
  • Average latency
  • Total log entries

Viewing Logs

Logs appear in a table with the following columns:

Column Description
Timestamp When the event occurred
Service Which component generated the log
Level Error, Warning, Info, or Debug
Message A summary of what happened
Details Click to expand the row and see full details. A Copy button lets you copy the log entry.

Rows are color-coded by level:

  • Red = Error
  • Yellow = Warning
  • Blue = Info
  • Gray = Debug

Filtering Logs

Use the filter tabs at the top to show only:

  • All
  • Errors
  • Warnings
  • Info
  • Debug

Live Mode

Toggle Live Mode on to enable real-time log streaming. New logs appear automatically at the top of the list, and the view auto-scrolls to show the newest entries. Toggle off to stop streaming and browse at your own pace.

Next Steps