

InterviewSolution
Saved Bookmarks
1. |
Which of the following document configures the threshold which determines whether a query is “slow” for the purpose of the logging system?(a) systemLog.verbosity(b) operationProfiling.mode(c) operationProfiling.slowOpThresholdMs(d) none of the mentioned |
Answer» Correct answer is (c) operationProfiling.slowOpThresholdMs Explanation: systemLog.verbosity controls the amount of logging output that mongod write to the log. |
|