hkfires
6d43a2ff9a
refactor(logging): inline request id in log output
2025-12-24 21:07:18 +08:00
hkfires
007c3304f2
feat(logging): scope request ID tracking to AI API endpoints
2025-12-24 09:17:09 +08:00
hkfires
e76ba0ede9
feat(logging): implement request ID tracking and propagation
2025-12-24 08:32:17 +08:00
hkfires
caa48e7c6f
fix(amp): improve proxy state management and request logging behavior
2025-12-05 21:09:53 +08:00
hkfires
359b8de44e
feat(ws): add WebSocket auth
2025-10-26 07:46:04 +08:00
Luis Pater
f5dc380b63
rebuild branch
2025-09-25 10:32:48 +08:00
Luis Pater
3f69254f43
remove all
2025-09-25 10:31:02 +08:00
Luis Pater
0db0b03db9
chore(docs): add and refine package-level comments across modules
...
- Added detailed package-level comments to improve documentation coverage.
- Clarified parameter descriptions, return types, and functionality of exported methods across packages.
- Enhanced overall code readability and API documentation consistency.
2025-09-25 00:14:17 +08:00
Luis Pater
f1c4caf14a
feat(logging): integrate logrus with custom Gin middleware for enhanced request logging and recovery
...
- Added `GinLogrusLogger` for structured request logging using Logrus.
- Implemented `GinLogrusRecovery` to handle panics and log stack traces.
- Configured log rotation using Lumberjack for efficient log management.
- Replaced Gin's default logger and recovery middleware with the custom implementations.
2025-09-22 22:17:12 +08:00