BookLore icon indicating copy to clipboard operation
BookLore copied to clipboard

Implement frontend page for viewing backend logs

Open acx10 opened this issue 9 months ago • 0 comments

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

acx10 avatar Apr 14 '25 00:04 acx10