From c7ed8fc5a75b69f8643cb1ed4ded14e3baf726ab Mon Sep 17 00:00:00 2001 From: Kevin Pulo Date: Mon, 21 Dec 2015 15:47:20 +1100 Subject: [PATCH] DOCS-6491: mongod --profile and operationProfiling.mode affect system.profile, not stdout/logfile --- source/includes/options-mongod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/options-mongod.yaml b/source/includes/options-mongod.yaml index 7d9d0c2e98d..233eaada7c3 100644 --- a/source/includes/options-mongod.yaml +++ b/source/includes/options-mongod.yaml @@ -702,7 +702,7 @@ default: 0 directive: option description: | Changes the level of database profiling, which inserts information about - operation performance into standard output or a log file. Specify one + operation performance into the ``system.profile`` collection. Specify one of the following levels: .. list-table:: @@ -736,7 +736,7 @@ default: "off" directive: option description: | {{intro}} level of database profiling, which inserts information about - operation performance into standard output or a log file. Specify one + operation performance into the ``system.profile`` collection. Specify one of the following levels: .. list-table::