-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Trivial - P5
-
None
-
Affects Version/s: 2.2.2
-
Component/s: Usability
-
None
-
Environment:OS X Mountain Lion 10.8.2, installed via Homebrew
-
ALL
-
I installed MongoDB via Homebrew, and it set me up with a mongodb.conf file that includes:
- Append logs to /Volumes/Data/Users/stuart/.homebrew/var/log/mongodb/mongo.log
logpath = /Volumes/Data/Users/stuart/.homebrew/var/log/mongodb/mongo.log
logappend = true
When I went to get usage for the mongod CLI with `mongod --help`, it printed the usage itself to the log file. I would expect usage to be a special case that does not print to the log file even if it is set in the .conf, OR would perhaps print to both stdout and the log file.
Same goes for the --version option, probably.
- is related to
-
SERVER-6900 Windows Service: --install output should go to the console, not the log file
- Closed