Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rails development.log ファイルで MONGODB ログを無効にする方法はありますか?
現在、Mongoid をドライバーとして Rails 3.2.7 を実行しています。
mongoid 2.2+ では、mongoid.yml ファイルで次のように設定できます。
development: ... logger: false
それが mongoid 3 でも機能するかどうかは不明です。mongoid のバージョンを指定することをお勧めします。