Files
planilla/api
google-labs-jules[bot] 8d5b29ff42 feat: Implement custom request logging for API
Replaced external 'morgan' library with a native custom logging middleware in api/server.js.

The new middleware logs:
- Incoming requests: Timestamp, HTTP method, URL, and client IP.
- Outgoing responses: Timestamp, status code, status message, original method, URL, and request duration.

This enhances debugging capabilities by providing clear insights into API traffic and performance directly from the server logs.
2025-06-05 22:08:57 +00:00
..
2025-05-30 23:51:22 -06:00
2025-05-14 20:09:01 -06:00
2025-06-03 16:15:47 -06:00
2025-05-30 23:51:22 -06:00
2025-05-14 18:36:17 -06:00
2025-05-30 23:51:22 -06:00