le0pard/mongodb_logger

You do not use capped collection for logs

Closed this issue · 3 comments

I keep getting the message "You do not use capped collection for logs" on the mongodb webpage, but mongo says my collections are capped:

$ mongo
MongoDB shell version: 2.2.0
connecting to: test

use jigsaw
switched to db jigsaw
db.production_log.isCapped()
true

I am using 0.3.2

Can you check, if version 0.3.3 have the same problem?

That fixed it, thanks! I was trying to avoid the asset changes in 3.3, but I'll be better off on the other side of them anyway.

New assets changes just give for you new choose - precompile assets as it do in rails, or just mount it in routes without precompile.