Skip to content

Commit 2f26ad7

Browse files
author
Dave Cuthbert
authored
DOCSP-25064 BACKPORT (#1828)
1 parent 4d6a6eb commit 2f26ad7

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
@@ -147,7 +147,6 @@ Diagnostic Commands
147147
/reference/command/dataSize
148148
/reference/command/dbHash
149149
/reference/command/dbStats
150-
/reference/command/diagLogging
151150
/reference/command/driverOIDTest
152151
/reference/command/explain
153152
/reference/command/features

source/reference/parameters.txt

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

13041304
- the :dbcommand:`drop` command, the
13051305
:dbcommand:`dropIndexes` command, the
1306-
:dbcommand:`diagLogging` command, the
13071306
:dbcommand:`validate` command; and
13081307

13091308
- replication synchronization activities.

source/release-notes/3.0-compatibility.txt

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

538538
The following commands and methods are deprecated in MongoDB 3.0:
539539

540-
- :dbcommand:`diagLogging`
540+
- ``diagLogging``
541541

542542
- :dbcommand:`eval`, :method:`db.eval()`
543543

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)