File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -683,7 +683,7 @@ Administration Commands
683
683
684
684
- Retrieves cluster parameter values from all nodes in a cluster.
685
685
686
- .. versionadded:: 6.0
686
+ .. versionadded:: 6.0
687
687
688
688
* - :dbcommand:`getParameter`
689
689
Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ The possible values for :dbcommand:`getLog` are:
64
64
:binary:`~bin.mongod` started without warnings, this filter
65
65
may return an empty array.
66
66
67
- .. note::
68
-
69
- Starting in MongoDB 4.4, the :dbcommand:`getLog` command no longer
70
- accepts the ``rs`` value, as this categorization of message type
71
- has been deprecated. Instead, log messages are now always
72
- identified by their :ref:`component <log-message-components>` -
73
- including *REPL* for replication messages. See
74
- :ref:`log-message-parsing-example-filter-component` for log
75
- parsing examples that filter on the component field.
67
+ .. note::
68
+
69
+ Starting in MongoDB 4.4, the :dbcommand:`getLog` command no longer
70
+ accepts the ``rs`` value, as this categorization of message type
71
+ has been deprecated. Instead, log messages are now always
72
+ identified by their :ref:`component <log-message-components>` -
73
+ including *REPL* for replication messages. See
74
+ :ref:`log-message-parsing-example-filter-component` for log
75
+ parsing examples that filter on the component field.
76
76
77
77
Output
78
78
------
You can’t perform that action at this time.
0 commit comments