This document discusses logging Rails application behavior to MongoDB. It describes how MongoDB is a flexible, scalable option for centralized application logging. The central_logger gem makes it easy to configure MongoDB logging in Rails. Log entries have a standardized structure and can be queried and analyzed using MongoDB's indexing and MapReduce capabilities. While MongoDB logging provides benefits over file-based logging, there are some restrictions like the inability to update or delete entries from capped collections.