C:\MongoDB\bin>mongo
2016-04-19T14:13:20.172-0400 I CONTROL [main] Hotfix KB2731284 or later update is installed, no need to zero-out data files
MongoDB shell version: 3.2.5
connecting to: test
May we please have a way of getting rid of this warning message?
Even --quiet doesn't help.
This is extremely annoying as it ends up in stdout and thus in any file I would redirect the output to.
What is especially annoying is that the warning is there no matter if I have the hotfix installed or not. This is what I used to get before I got the hotfix installed:
C:\MongoDB\bin>mongo.exe
2016-04-19T15:13:29.709-0400 I CONTROL [main] Hotfix KB2731284 or later update is not installed, will zero-out data files
MongoDB shell version: 3.2.5
connecting to: test
- related to
-
SERVER-27159 shell logs output of ReplicaSetMonitorWatcher with --quiet
- Closed
-
SERVER-19048 shell types a help message even when --quiet flag is specified
- Closed
-
SERVER-4391 --eval should be affected by the --quiet switch
- Backlog
-
SERVER-542 Include --quiet option
- Closed