Improved logging with metrics
planned
Peter Bowater
In order to analyse requests we need much better logs, with filtering options and (code, time, path etc) and metrics associated with it, e.g. DB request length, processing resources used etc.
This would allow developers to optimise Strapi for more complex API calls and the associated slowdowns that we have been seeing in production.
Marie Kirsch
Merged in a post:
Log Filtering
J
Jack Gill
Currently logs are presented in a flat format and we need to copy and paste the logs into an external tool to track issues.
My recommendation would be to have time and date filters, code filter and a route filter.
Marie Kirsch
marked this post as
planned
Peter Bowater
Marie Kirsch Thank you, I would hope the filters and information available would be more than you suggest, not just time and date filters, but proper metrics, like processing time, DB response, , cpu/memory usage, response size, this is just off the top of my head that we would need to properly tune things.