Error Log
View, copy, and download system errors and warnings for debugging
On this page
Overview
The Error Log page shows all system errors and warnings from the past 24 hours, 7 days, or 30 days. Quickly identify issues, copy error details to share with support or AI debugging tools, or download a full report for your records.
Accessing the Error Log
- Log in with an admin account
- Navigate to Admin > Operations > Error Log
- View all recent errors sorted by time (most recent first)
Using the Error Log
Filter by Time Range
Choose how far back to view errors:
- 24 hours - Today's errors only
- 7 days - Past week (default)
- 30 days - Last month
Click the time range buttons at the top to switch views.
Copy a Single Error
To copy one error for debugging:
- Find the error you want to copy
- Click the Copy button next to it
- Paste into Claude, ChatGPT, or your bug tracker - the format includes timestamp, type, source, and message
Copy All Errors
To copy the entire error list:
- Click "Copy All" at the top
- All errors are copied with full details
- Paste anywhere - formatted for easy reading
Download Report
To save a text file of all errors:
- Click "Download Report"
- A .txt file downloads with all error details
- Filename includes the date (e.g.,
blueclerk-errors-2025-01-15.txt)
View in Sentry
For detailed stack traces and error context:
- Click "View in Sentry"
- Opens the Sentry dashboard in a new tab
- See full error details including user context, environment, and breadcrumbs
Refresh the List
To reload the latest errors:
- Click the Refresh button (circular arrow icon)
- List updates with any new errors since you loaded the page
Understanding Error Details
Each error shows:
- Time - When the error occurred
- Type - "error" (red badge) or "warning" (yellow badge)
- Source - Which part of the system generated the error
- Message - Description of what went wrong
Tips
- Use "Copy All" for AI debugging - Paste the full error dump into Claude or ChatGPT to get fix suggestions
- Check Sentry for stack traces - The Error Log shows summaries; Sentry has full technical details
- Download reports for records - Keep error logs for troubleshooting patterns over time
- Filter to 24h when debugging - Narrow the time range to focus on recent issues
Questions
Q: Why can't I see the Error Log page?
A: The Error Log is admin-only. You must have an ADMIN role to access /admin/operations/errors.
Q: How often does the list update? A: The list loads when you open the page. Click the Refresh button to reload the latest errors.
Q: What's the difference between errors and warnings? A: Errors (red badge) are critical failures that break functionality. Warnings (yellow badge) are issues that don't prevent the app from working but should be addressed.
Q: Can I delete errors from the log? A: No, the Error Log is read-only. Errors remain in the database for historical tracking.