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.