Hacker News new | ask | show | jobs
by lowbloodsugar 1277 days ago
I am quite often looking for patterns across thousands of requests. As an example, one thing I inherited didn’t even log how long each request took to serve. Sure, you find out how long a single request took, by comparing the first and last log entry, but that’s just not useful 99% of the time.
1 comments

This is exactly the kind of lack of logging info that exasperates any on call person.