@@ -14,12 +14,12 @@ Configuration
14
14
15
15
You can configure :program:`mongosync` instances at startup using a
16
16
configuration file. The configuration file contains settings that are
17
- the equivalent of ``mongosync`` command- line options.
17
+ the equivalent of ``mongosync`` command line options.
18
18
19
19
Configuration File
20
20
==================
21
21
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
23
23
file. The configuration file specifies values for each setting using
24
24
YAML format.
25
25
@@ -56,34 +56,48 @@ Options
56
56
57
57
.. include:: /includes/opts/cluster0.rst
58
58
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.
61
61
62
62
.. setting:: cluster1
63
63
64
64
*Type*: string
65
65
66
66
.. include:: /includes/opts/cluster1.rst
67
67
68
- To set the ``cluster1`` setting from the command- line,
68
+ To set the ``cluster1`` setting from the command line,
69
69
see the :option:`--cluster1` option.
70
70
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
+
71
85
.. setting:: id
72
86
73
87
*Type*: string
74
88
75
89
.. include:: /includes/opts/id.rst
76
90
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.
79
93
80
94
.. setting:: loadLevel
81
95
82
96
*Type*: integer
83
97
84
98
.. include:: /includes/opts/loadLevel.rst
85
99
86
- To set the ``loadLevel`` setting from the command- line, see the
100
+ To set the ``loadLevel`` setting from the command line, see the
87
101
:option:`--loadLevel` option.
88
102
89
103
.. setting:: logPath
@@ -92,17 +106,17 @@ Options
92
106
93
107
.. include:: /includes/opts/logPath.rst
94
108
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.
97
111
98
112
.. setting:: port
99
113
100
114
*Type*: integer
101
115
102
116
.. include:: /includes/opts/port.rst
103
117
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.
106
120
107
121
.. setting:: verbosity
108
122
@@ -113,5 +127,5 @@ Options
113
127
114
128
.. include:: /includes/opts/verbosity.rst
115
129
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