@@ -1674,6 +1674,8 @@ Logging Parameters
1674
1674
1675
1675
The default :parameter:`logLevel` is ``0`` (Informational).
1676
1676
1677
+ .. include:: /includes/fact-runtime-startup-parameter
1678
+
1677
1679
The following example sets the :parameter:`logLevel` to ``2``:
1678
1680
1679
1681
.. code-block:: javascript
@@ -1762,6 +1764,8 @@ Logging Parameters
1762
1764
:setting:`storage.recovery
1763
1765
<systemLog.component.storage.recovery.verbosity>`.
1764
1766
1767
+ .. include:: /includes/fact-runtime-startup-parameter
1768
+
1765
1769
For example, the following sets the :setting:`default verbosity
1766
1770
level <systemLog.verbosity>` to ``1``, the :setting:`query
1767
1771
<systemLog.component.query.verbosity>` to ``2``, the
@@ -1830,6 +1834,8 @@ Logging Parameters
1830
1834
``0``, may adversely affect system performance and negatively
1831
1835
impact database operations.
1832
1836
1837
+ .. include:: /includes/fact-runtime-startup-parameter
1838
+
1833
1839
The following example sets the maximum log line size to ``20``
1834
1840
kilobytes:
1835
1841
@@ -1853,6 +1859,8 @@ Logging Parameters
1853
1859
1854
1860
- replication synchronization activities.
1855
1861
1862
+ .. include:: /includes/fact-runtime-startup-parameter
1863
+
1856
1864
Consider the following example which sets the
1857
1865
``quiet`` parameter to ``1``:
1858
1866
@@ -1924,6 +1932,8 @@ Logging Parameters
1924
1932
for every database and socket C++ exception, for use with debugging.
1925
1933
If ``true``, :binary:`~bin.mongod` will log full stack traces.
1926
1934
1935
+ .. include:: /includes/fact-runtime-parameter
1936
+
1927
1937
Consider the following example which sets the
1928
1938
``traceExceptions`` to ``true``:
1929
1939
@@ -1951,14 +1961,15 @@ Logging Parameters
1951
1961
``suppressNoTLSPeerCertificateWarning`` to ``1`` or ``true`` to
1952
1962
suppress those warnings.
1953
1963
1964
+ .. include:: /includes/fact-startup-parameter
1965
+
1954
1966
The following operation sets ``suppressNoTLSPeerCertificateWarning``
1955
1967
to ``true``:
1956
1968
1957
1969
.. code-block:: bash
1958
1970
1959
1971
db.adminCommand( { setParameter: 1, suppressNoTLSPeerCertificateWarning: true} )
1960
1972
1961
-
1962
1973
.. _param-ftdc:
1963
1974
1964
1975
Diagnostic Parameters
@@ -2006,6 +2017,8 @@ The following parameters support diagnostic data capture (FTDC):
2006
2017
Determines whether to enable the collecting and logging of data for
2007
2018
diagnostic purposes. Diagnostic logging is enabled by default.
2008
2019
2020
+ .. include:: /includes/fact-runtime-startup-parameter
2021
+
2009
2022
For example, the following disables the diagnostic collection:
2010
2023
2011
2024
.. code-block:: bash
@@ -2045,6 +2058,8 @@ The following parameters support diagnostic data capture (FTDC):
2045
2058
name already exists in the path or if the process does not have permissions
2046
2059
to create the directory.
2047
2060
2061
+ .. include:: /includes/fact-runtime-startup-parameter
2062
+
2048
2063
.. parameter:: diagnosticDataCollectionDirectorySizeMB
2049
2064
2050
2065
|both|
@@ -2058,6 +2073,8 @@ The following parameters support diagnostic data capture (FTDC):
2058
2073
diagnostic files in the directory are automatically deleted based on
2059
2074
the timestamp in the file name.
2060
2075
2076
+ .. include:: /includes/fact-runtime-startup-parameter
2077
+
2061
2078
For example, the following sets the maximum size of the directory to
2062
2079
``250`` megabytes:
2063
2080
@@ -2079,10 +2096,11 @@ The following parameters support diagnostic data capture (FTDC):
2079
2096
2080
2097
*Default*: 10
2081
2098
2082
-
2083
2099
Specifies the maximum size, in megabytes, of each diagnostic
2084
2100
file. If the file exceeds the maximum file size, MongoDB creates a new file.
2085
2101
2102
+ .. include:: /includes/fact-runtime-startup-parameter
2103
+
2086
2104
For example, the following sets the maximum size of each diagnostic
2087
2105
file to ``20`` megabytes:
2088
2106
@@ -2104,6 +2122,8 @@ The following parameters support diagnostic data capture (FTDC):
2104
2122
Specifies the interval, in milliseconds, at which to collect
2105
2123
diagnostic data.
2106
2124
2125
+ .. include:: /includes/fact-runtime-startup-parameter
2126
+
2107
2127
For example, the following sets the interval to
2108
2128
``5000`` milliseconds or 5 seconds:
2109
2129
@@ -4266,6 +4286,8 @@ Health Manager Parameters
4266
4286
``critical``, the server waits for the specified interval
4267
4287
before removing the ``mongos`` from the cluster.
4268
4288
4289
+ .. include:: /includes/fact-runtime-startup-parameter
4290
+
4269
4291
.. include:: /includes/example-activeFaultDurationSecs.rst
4270
4292
4271
4293
.. parameter:: healthMonitoringIntensities
@@ -4276,6 +4298,8 @@ Health Manager Parameters
4276
4298
4277
4299
Use this parameter to set intensity levels for |HMS|.
4278
4300
4301
+ .. include:: /includes/fact-runtime-startup-parameter
4302
+
4279
4303
.. include:: /includes/fact-healthMonitoringIntensities-values-array.rst
4280
4304
4281
4305
Health Managers
@@ -4297,6 +4321,8 @@ Health Manager Parameters
4297
4321
|mongos-only|
4298
4322
4299
4323
How often this |HM| will run, in milliseconds.
4324
+
4325
+ .. include:: /includes/fact-runtime-startup-parameter
4300
4326
4301
4327
.. include:: /includes/fact-healthMonitoringIntervals-values-array.rst
4302
4328
@@ -4314,6 +4340,8 @@ Health Manager Parameters
4314
4340
4315
4341
.. include:: /includes/fact-progressMonitor.rst
4316
4342
4343
+ .. include:: /includes/fact-runtime-startup-parameter
4344
+
4317
4345
``progressMonitor`` Fields
4318
4346
``````````````````````````
4319
4347
0 commit comments