

InterviewSolution
Saved Bookmarks
1. |
__________sends all diagnostic logging information to a log file instead of to standard output or to the host’s syslog system.(a) syspath(b) syslog(c) logpath(d) syspathlogI got this question in unit test.The question is from MongoDB Packages in section MongoDB Enterprise and Packages of MongoDB |
Answer» RIGHT choice is (C) logpath For explanation I would say: By default, MongoDB overwrites the LOG file when the PROCESS restarts. |
|