Thursday, July 17, 2025
1 change · 17.0
Enhancements to existing features
Nilvera API request logs are now shorter and easier to analyze in monitoring tools. Sensitive request details such as parameters and payloads are no longer included, helping protect user privacy while keeping key performance information visible.
Original PR description
This change streamlines the Nilvera API request logs to a single-line format, making them easier to parse and visualize in tools like Grafana. The new format includes only the HTTP method, URL, response status, and request duration, removing parameters and payloads to avoid leaking sensitive information and to ensure user privacy. No task