Skip to content

Commit 657ab08

Browse files
author
Dave Cuthbert
authored
DOCSP-25064 remove diagLogging (#1803)
* DOCSP-25064 remove diagLogging * Add redirect
1 parent 92119b6 commit 657ab08

File tree

6 files changed

+4
-23
lines changed

6 files changed

+4
-23
lines changed

config/redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,8 +1407,9 @@ raw: ${prefix}/master/release-notes/3.0-general-improvements -> ${base}/release-
14071407

14081408
[v4.2-*]: ${prefix}/${version}/reference/command/touch -> ${base}/${version}/release-notes/4.2-compatibility/#mmapv1-specific-command/
14091409

1410-
[v4.2-*]: ${prefix}/${version}/reference/operator/query/uniqueDocs -> ${base}/${version}/release-notes/2.6-compatibility.txt
1410+
[v4.2-*]: ${prefix}/${version}/reference/operator/query/uniqueDocs -> ${base}/${version}/release-notes/2.6-compatibility/
14111411

1412+
[v4.2-*]: ${prefix}/${version}/reference/command/diagLogging/ -> ${base}/${version}/reference/command/nav-diagnostic/
14121413

14131414
# Redirects for 4.0 or earlier (i.e. before 4.2), stopping a v3.0 since otherwise to help slow the growth in the number of our redirects
14141415

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
@@ -1913,7 +1913,6 @@ Logging Parameters
19131913

19141914
- the :dbcommand:`drop` command, the
19151915
:dbcommand:`dropIndexes` command, the
1916-
:dbcommand:`diagLogging` command, the
19171916
:dbcommand:`validate` command; and
19181917

19191918
- 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)