Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
4.1.9, 4.1.10
-
None
-
None
-
Fully Compatible
-
ALL
-
Security 2019-04-22
Description
The --logpath option no longer appears in the output of mongod --help. I checked both 4.1.9 and 4.1.10, but have not checked the latest nightly build. 4.1.8 and below still have it.
~/mongo (master)$ m 4.1.9
|
Activating 4.1.9
|
~/mongo (master)$ mongod --help | grep logpath
|
--logappend Append to logpath instead of
|
Compare with 4.1.8:
~/mongo (master)$ mongod --help | grep logpath
|
--logpath arg log file to send write to instead of
|
--logappend append to logpath instead of
|