Logs
Overview
Section titled “Overview”The Logs section provides access to the Assistant’s system logs directly from the dashboard. Administrators can list available log files, query recent entries, and follow live output for real-time diagnostics.
Features
Section titled “Features”List Log Files
Section titled “List Log Files”View all available log files generated by the Assistant service. Files are listed with their name, size, and last modified date.
Query Logs
Section titled “Query Logs”Select a specific log file and view the last N lines. This is useful for checking recent activity or investigating specific events without downloading the full file.
Log Streaming
Section titled “Log Streaming”Follow logs in real time via Server-Sent Events (SSE). New log entries appear automatically as they are generated, similar to running tail -f on a log file.
Log Content
Section titled “Log Content”Super Admin logs include information about:
- Meeting lifecycle: scheduling, joining, leaving, and transcription events
- Email processing: invitation parsing, forwarding detection, and calendar event extraction
- API calls: requests to Prodgy Back, Microsoft Graph, and other external services
- Errors and exceptions: detailed stack traces and error messages
- Bot operations: Teams bot signaling, media platform events, and connection status
Filtering Logs
Section titled “Filtering Logs”The Logs tab includes a search filter that allows you to filter log entries by keyword. This is applied client-side to the currently loaded log content.