16. Admin Logs
Purpose
The Admin Logs section tracks every action performed in the admin panel, providing transparency and a full history of changes. This helps with monitoring activity, troubleshooting, and maintaining accountability among administrators.
Log Details
Each entry contains:
- Admin Username – The account that performed the action.
- Reference Info – The specific resource or endpoint affected (e.g.,
/admin/casino/games/house/settings
).
- Action Type – The type of HTTP request made (e.g., POST, PUT, DELETE).
- IP Address – The IP address from which the action was performed.
- Status – The HTTP response code (e.g., 200 = success, 201 = created).
- Created At – Date and time of the action.
- More Info – Additional details about the request (if available).
Navigation & Filters
- Sort Order – Toggle between ascending and descending order by date.
- Request Type Filter – Filter logs by action type (e.g., POST, GET, DELETE).
- Pagination – Browse through historical records using page controls.
Use Cases
- Identify recent configuration changes.
- Investigate suspicious activity.
- Track which admin updated specific settings.
- Maintain compliance and audit readiness.