0
kicks
Painless database logging with mongoDB
While browsing the source code of the ELMAH mongoDB provider, I learned about a special type of collections: capped collections.
Logging to the database can be extremely useful, but also rather expensive. Using this feature, you can turn on database logging without too many worries.