Skip to content

Commit b941a34

Browse files
author
Dave Cuthbert
authored
DOCSP-25064 BACKPORT (#1826)
1 parent ad3bf15 commit b941a34

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
@@ -144,7 +144,6 @@ Diagnostic Commands
144144
/reference/command/dataSize
145145
/reference/command/dbHash
146146
/reference/command/dbStats
147-
/reference/command/diagLogging
148147
/reference/command/driverOIDTest
149148
/reference/command/explain
150149
/reference/command/features

source/reference/parameters.txt

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

16631663
- the :dbcommand:`drop` command, the
16641664
:dbcommand:`dropIndexes` command, the
1665-
:dbcommand:`diagLogging` command, the
16661665
:dbcommand:`validate` command; and
16671666

16681667
- 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``, :method:`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)