Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Full Request Parameters for API Calls in Logs When Server Encounters 500 Errors #326

Open
alexskr opened this issue Oct 7, 2024 · 0 comments

Comments

@alexskr
Copy link
Member

alexskr commented Oct 7, 2024

Currently, when the server encounters a 500 error, the logs do not include the full request parameters for API calls, especially for POST requests. This makes it challenging to troubleshoot and reproduce issues, as essential details about the request are missing from the logs.

Request:
Enhance the logging mechanism to include full request parameters for all API calls when a 500 error occurs.
This should capture the request body, query parameters, headers, and other relevant information that would be useful for debugging. Ensure that sensitive data (e.g. API keys) are masked or redacted to avoid exposing sensitive information in the logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant