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 版本。