Details
-
Improvement
-
Resolution: Won't Do
-
Minor - P4
-
None
-
0.1
Description
Description
Good morning,
The systemLog.path when set, requires the systemLog.destination to be set. No mention in the documentation.
https://docs.mongodb.com/manual/reference/configuration-options/#systemLog.path
However if you read the documentation for systemLog.destination, it mentions the requirement for systemLog.path, if "file" is set.
https://docs.mongodb.com/manual/reference/configuration-options/#systemLog.destination
Scope of changes
Validate that systemLog.path requires systemLog.destination on 3.6, 4.0, 4.2. Update docs accordingly.