From 8712298bd86c4774420be2877b88c2555470d10a Mon Sep 17 00:00:00 2001 From: Daniel Schreiber Date: Sun, 8 Nov 2015 21:50:14 +0100 Subject: [PATCH] Clarify slow operations are logged to file --- source/tutorial/manage-the-database-profiler.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/manage-the-database-profiler.txt b/source/tutorial/manage-the-database-profiler.txt index c5fb6a19ec8..b8b134dc0e2 100644 --- a/source/tutorial/manage-the-database-profiler.txt +++ b/source/tutorial/manage-the-database-profiler.txt @@ -37,7 +37,7 @@ The following profiling levels are available: - ``0`` - the profiler is off, does not collect any data. :program:`mongod` always writes operations longer than the :setting:`~operationProfiling.slowOpThresholdMs` threshold - to its log. + to its logfile (look for "TTLMonitor"). - ``1`` - collects profiling data for slow operations only. By default slow operations are those slower than 100 milliseconds.