when I connect to a mongodb server through shell I will get below output:
MongoDB shell version v3.4.0
connecting to: mongodb://localhost/admin
MongoDB server version: 3.4.0-rc4
Server has startup warnings:
2017-08-07T09:45:19.112+0900 I CONTROL [main] ** WARNING: You are running this process as the root user, which is not recommended.
2017-08-07T09:45:19.112+0900 I CONTROL [main]
>
How can I diable these message and just show the prompt? Do I need to disable it in mongo-shell or mongodb server?