After initiating mongodb
on my computer, I noticed that the log is being stored at
/usr/local/var/log/mongodb/mongo.log
.
Each time I execute a query/insert/delete/update, it also gets recorded in this file.
I have attempted to suppress these messages by modifying the configuration file with the following changes:
verbose=v
quiet=true
However, despite making these adjustments, verbose logging continues to appear in the logfile.