@@ -14,12 +14,12 @@ Configuration
1414
1515You can configure :program:`mongosync` instances at startup using a
1616configuration file. The configuration file contains settings that are
17- the equivalent of ``mongosync`` command- line options.
17+ the equivalent of ``mongosync`` command line options.
1818
1919Configuration File
2020==================
2121
22- Most :program:`mongosync` command- line options can be written to a YAML
22+ Most :program:`mongosync` command line options can be written to a YAML
2323file. The configuration file specifies values for each setting using
2424YAML format.
2525
@@ -56,34 +56,48 @@ Options
5656
5757 .. include:: /includes/opts/cluster0.rst
5858
59- To set the ``cluster0`` setting from the command- line,
60- see the :option:`--cluster0` option.
59+ To set the ``cluster0`` setting from the command line, see the
60+ :option:`--cluster0` option.
6161
6262.. setting:: cluster1
6363
6464 *Type*: string
6565
6666 .. include:: /includes/opts/cluster1.rst
6767
68- To set the ``cluster1`` setting from the command- line,
68+ To set the ``cluster1`` setting from the command line,
6969 see the :option:`--cluster1` option.
7070
71+ .. setting:: disableTelemetry
72+
73+ *Type*: boolean
74+
75+ .. versionadded:: 1.4.0
76+
77+ .. include:: /includes/opts/disableTelemetry
78+
79+ To set the ``disableTelemetry`` setting from the command line,
80+ see the :option:`--disableTelemetry` option.
81+
82+ For more information, see :ref:`User Data Collection
83+ <c2c-telemetry>`.
84+
7185.. setting:: id
7286
7387 *Type*: string
7488
7589 .. include:: /includes/opts/id.rst
7690
77- To set the ``id`` setting from the command- line,
78- see the :option:`--id` option.
91+ To set the ``id`` setting from the command line, see the
92+ :option:`--id` option.
7993
8094.. setting:: loadLevel
8195
8296 *Type*: integer
8397
8498 .. include:: /includes/opts/loadLevel.rst
8599
86- To set the ``loadLevel`` setting from the command- line, see the
100+ To set the ``loadLevel`` setting from the command line, see the
87101 :option:`--loadLevel` option.
88102
89103.. setting:: logPath
@@ -92,17 +106,17 @@ Options
92106
93107 .. include:: /includes/opts/logPath.rst
94108
95- To set the ``logPath`` setting from the command- line,
96- see the :option:`--logPath` option.
109+ To set the ``logPath`` setting from the command line, see the
110+ :option:`--logPath` option.
97111
98112.. setting:: port
99113
100114 *Type*: integer
101115
102116 .. include:: /includes/opts/port.rst
103117
104- To set the ``port`` setting from the command- line,
105- see the :option:`--port` option.
118+ To set the ``port`` setting from the command line, see the
119+ :option:`--port` option.
106120
107121.. setting:: verbosity
108122
@@ -113,5 +127,5 @@ Options
113127
114128 .. include:: /includes/opts/verbosity.rst
115129
116- To set the ``verbosity`` setting from the command- line,
117- see the :option:`--verbosity` option.
130+ To set the ``verbosity`` setting from the command line, see the
131+ :option:`--verbosity` option.
0 commit comments