Simon Willison’s Weblog

Subscribe

Entries tagged php, logging

Filters: Type: entry × php × logging × Sorted by date


System Administration: What service/product do you recommend for central logging of events and errors from multiple servers? Why?

We rolled our own solution to this using MongoDB, due to its super-fast writes and ability to store, index and search JSON. We were also attracted by its capped collections, which make it easy to e.g. only log the last 100,000 items.

[... 113 words]

Types

Years

Tags