-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
Currently, only write requests are recorded in the file-based access log, which serves primarily to track modifications made to the data. However, understanding query behavior is equally crucial for performance analysis, security auditing, and recognizing usage patterns.
To address this gap, it is essential for the liaison or standalone application to implement a feature that logs query requests, including both read and write operations. This enhanced logging capability would enable a comprehensive overview of how data is accessed and manipulated within the system.
Detailed Query Logging: The log should capture various attributes of each query request, the user or service making the request, timestamps, and any parameters used in the query. This information will be invaluable for debugging and optimization.
Use case
No response
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
- Yes I am willing to submit a pull request on my own!
Code of Conduct
- I agree to follow this project's Code of Conduct