Tuesday, December 11, 2018
1 change
Enhancements to existing features
Server logs now include request query counts and timing details, making it easier to identify slow or heavy requests. This helps teams investigate performance issues faster without changing end-user workflows.
Original PR description
When there is a performance issue, it's sometimes difficult to discover which request increased the query count or its duration. With this commit, the query count, the system time, the user time and the real time are displayed in the logs at the end of each werkzeug request line. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr