Commit Graph

2 Commits

Author SHA1 Message Date
faisolavolut d3c269505a feat(logging): enhance logging functionality with detailed request and error logging
Deploy Application / deploy (push) Successful in 46s Details
2025-12-10 14:01:36 +07:00
faisolavolut 7b08aafa72 feat(log-management): implement log access authentication and management UI
- 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.
2025-12-10 14:01:27 +07:00