You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(logs): introduce logs viewer and file logging configuration
Adds a dedicated "Logs" page for viewing server and request error logs.
Implements a setting to enable/disable logging to file in `Settings`.
Integrates Tauri file system plugin for backend log access.
Provides API endpoints for fetching, listing, downloading, and clearing logs.
Introduces new UI components: Sheet, Switch, and Tabs from Radix UI.
Updates application navigation and routing for the new logs page.
Adds internationalization keys for all new log-related texts.
Why: To provide users with direct access to application logs for debugging
and monitoring, and to allow control over file logging.
0 commit comments