BookLore
BookLore copied to clipboard
Implement frontend page for viewing backend logs
Description:
Create a new page in the frontend application to display the latest logs from the backend. This view should support pagination and present log entries with relevant details such as timestamp, log level, and message. This feature will help with monitoring, debugging, and support, especially in local or development environments.
Requirements:
- Fetch logs via a backend API with pagination parameters
- Display logs in a paginated table (e.g., timestamp, level, message)
- Basic styling consistent with the rest of the app
- No filtering or search required for now