I am working with MongoDB in a Node server.
While my program is running i get a lot of output in the shell, like querys and other information. If i am right that is a lot of work more for the process, so i want to hide all kind of output.
I try runing the comand with the parameter --quiet
mongod --quiet
So i assume that i miss a configuration in the mongo driver of node.
Technicals:
- MongoDB Version: 3.2.9
- Node Version:v6.4.0