- Added logs-login.html for user login interface to access logs.
- Created logController.ts for handling log access, including login, file listing, reading, downloading, rotating, and deleting logs.
- Implemented logAuth middleware for authentication, rate limiting, and auditing log access.
- Introduced uiAuth middleware to protect log management UI.
- Updated routes to include log management endpoints and serve the login page.