Simon Willison’s Weblog

Subscribe

Items tagged logging, php in 2012

Filters: Year: 2012 × logging × php × 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

Months

Tags