-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Trivial - P5
-
Affects Version/s: 2.6.5, 2.7.8
-
Component/s: Usability
The data output from various binaries is very inconsistent and may also contain unneeded information. We should attempt to clean this up and make it consistent.
Example:
[ace@h mongo]$ ./mongo --version MongoDB shell version: 2.7.9-pre- [ace@h mongo]$ ./mongod --version db version v2.7.9-pre- 2014-10-31T12:58:59.280-0400 I CONTROL git version: 1b516e4defb1dc7115d96e6936684610246eb470 [ace@h mongo]$ ./mongos --version MongoS version 2.7.9-pre- starting: pid=14050 port=27017 64-bit host=Andrew-Emil-MacBook-Pro.local (--help for usage) git version: 1b516e4defb1dc7115d96e6936684610246eb470 build sys info: Darwin Andrew-Emil-MacBook-Pro.local 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64 BOOST_LIB_VERSION=1_49
- duplicates
-
SERVER-15884 mongod --version shouldn't print date, severity, log component
- Closed