Task #26343
Implement logging for web service start and stop events
Start date:
24/03/2025
Due date:
% Done:
0%
Estimated time:
Description
Create a Gin middleware to log web service start and stop events. This middleware should log a "start" and "end" message for each web service call.
Updated by Shuvam Misra about 1 month ago
Actually, I'd prefer one log entry, not two, at the end of each WS call, logging details about the call plus the duration.