I've started mongodb on my machine and the log goes to /usr/local/var/log/mongodb/mongo.log.
When I execute any query/insert/delete/update the operation is logged to that file too.
How can I supress these messages? I've change the configuration file and set following values:
verbose=v
quiet=true
but they don't work, I still got verbose logging in logfile.