Skip to content

Commit 2327607

Browse files
author
Dave Cuthbert
authored
DOCSP-25064 BACKPORT (#1825)
1 parent 17a853b commit 2327607

File tree

5 files changed

+2
-22
lines changed

5 files changed

+2
-22
lines changed

source/reference/command/diagLogging.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

source/reference/command/nav-diagnostic.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ Diagnostic Commands
149149
/reference/command/dataSize
150150
/reference/command/dbHash
151151
/reference/command/dbStats
152-
/reference/command/diagLogging
153152
/reference/command/driverOIDTest
154153
/reference/command/explain
155154
/reference/command/features

source/reference/parameters.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,6 @@ Logging Parameters
17101710

17111711
- the :dbcommand:`drop` command, the
17121712
:dbcommand:`dropIndexes` command, the
1713-
:dbcommand:`diagLogging` command, the
17141713
:dbcommand:`validate` command; and
17151714

17161715
- replication synchronization activities.

source/release-notes/3.0-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ The following commands and methods are no longer available in MongoDB 3.0:
541541

542542
The following commands and methods are deprecated in MongoDB 3.0:
543543

544-
- :dbcommand:`diagLogging`
544+
- ``diagLogging``
545545

546546
- ``eval``, ``db.eval()``
547547

source/release-notes/3.6-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ The change applies to the following aggregation operators:
503503
Remove Diagnostic Logging Command and Option
504504
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
505505

506-
MongoDB 3.6 removes the deprecated :dbcommand:`diagLogging` command and
506+
MongoDB 3.6 removes the deprecated ``diagLogging`` command and
507507
:binary:`~bin.mongod` ``--diaglog`` option. Instead, use
508508
:binary:`~bin.mongoreplay` to capture, replay, and profile commands sent to
509509
your MongoDB deployment.

0 commit comments

Comments
 (0)