mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
For each database query made by an analytics function, log time spent and the number of rows changed to var/logs/analytics.log. In the spirit of write ahead logging, for each (stat, end_time) update, log the start and end of the "transaction", as well as time spent.