Is there any way to change the default log level for MongoDB ?
There're too many insertion/update entries in the log file, causing it grow way too big.
command used to start mongo:
./bin/mongod --fork --bind_ip 0.0.0.0 --dbpath /data/db/ --logpath /data/log/mongodb/mongod.log --logappend --quiet --logRotate reopen
the log file is filled with:
2018-08-31T11:30:46.831+0800 I COMMAND [conn564] command eques.$cmd command: insert
I just need error or more severe level entries.