@@ -81,88 +81,99 @@ by the {+product+}:
8181 * - | **DefaultLinqVersion**
8282 - | **Type:** string
8383 |
84- | **Description:**
85- | The LINQ provider the {+product+} uses.
84+ | **Description:** The LINQ provider the {+product+} uses.
8685
8786 .. tip::
8887
8988 To learn more about LINQ, see the
9089 :ref:`Analyze Your Code <mongodb-analyzer-analyze-linq>`
9190 page.
9291
93- | **Default**: ``"V2"``
9492 | **Accepted Values**: ``"V2"`` or ``"V3"``
93+ | **Default**: ``"V2"``
9594
9695 * - | **EnableVariableTracking**
9796 - | **Type:** boolean
9897 |
99- | **Description:**
100- | Specifies if the {+product+} tracks and composes builder expression variables.
98+ | **Description:** Specifies if the {+product+} tracks and composes builder
99+ expression variables.
101100
102101 .. tip::
103102
104103 To learn more about builder expressions, see the
105104 :ref:`Analyze Your Code <mongodb-analyzer-analyze-builders>`
106105 page.
107106
108- | **Default**: ``true``
109107 | **Accepted Values**: ``true`` or ``false``
108+ | **Default**: ``true``
109+
110+ * - | **LogFileName**
111+ - | **Type:** string
112+ |
113+ | **Description:** Specifies the path to which the {+product+} writes its
114+ internal logs.
115+
116+ .. include:: includes/logging-admonition.rst
117+
118+ | **Accepted Values**: A valid file path
119+ | **Default**: ``""``
110120
111121 * - | **OutputDriverVersion**
112122 - | **Type:** boolean
113123 |
114- | **Description:**
115- | Specifies if the {+product+} includes your {+driver-short+} version in diagnostic messages.
124+ | **Description:** Specifies if the {+product+} includes your {+driver-short+}
125+ version in diagnostic messages.
116126 |
117- | **Default**: ``false``
118127 | **Accepted Values**: ``true`` or ``false``
128+ | **Default**: ``false``
119129
120130 * - | **OutputInternalExceptions**
121131 - | **Type:** boolean
122132 |
123- | **Description:**
124- | Specifies if the {+product+} includes internal exceptions in diagnostic messages.
133+ | **Description:** Specifies if the {+product+} includes internal exceptions in
134+ diagnostic messages.
125135 |
126- | **Default**: ``false``
127136 | **Accepted Values**: ``true`` or ``false``
137+ | **Default**: ``false``
128138
129139 * - | **OutputInternalLogsToFile**
130140 - | **Type:** boolean
131141 |
132- | **Description:**
133- | Specifies if the {+product+} writes its internal logs to a file.
142+ | **Description:** Specifies if the {+product+} writes its internal logs to a file.
134143
135144 .. include:: includes/logging-admonition.rst
136145
137- | **Default**: ``false``
138146 | **Accepted Values**: ``true`` or ``false``
147+ | **Default**: ``false``
139148
140- * - | **LogFileName **
149+ * - | **PocoAnalysisVerbosity **
141150 - | **Type:** string
142151 |
143- | **Description:**
144- | Specifies the path to which the {+product+} writes its internal logs.
152+ | **Description:** Specifies which POCOs the {+product+} previews as JSON. You can
153+ set this option to one of the following values:
145154
146- .. include:: includes/logging-admonition.rst
147-
148- | **Default**: ``""``
149- | **Accepted Values**: A valid file path
155+ - ``"All"``: Preview all POCOs
156+ - ``"Medium"``: Preview only POCOs that are part of a LINQ or builders expression
157+ or have BSON attributes
158+ - ``"None"``: Do not preview POCOs
159+
160+ | **Accepted Values**: ``"All"``, ``"Medium"``, or ``"None"``
161+ | **Default**: ``"Medium"``
162+
150163 * - | **SendTelemetry**
151164 - | **Type:** boolean
152165 |
153- | **Description:**
154- | Specifies if the {+product+} collects and sends anonymized information
155- to MongoDB Inc. to improve products.
166+ | **Description:** Specifies if the {+product+} collects and sends anonymized
167+ information to MongoDB Inc. to improve products.
156168
157169 .. tip::
158170
159171 To learn more about telemetry in the {+product+}, see the
160172 :ref:`<mongodb-analyzer-configuration-telemetry>`
161173 section of this guide.
162174
163- | **Default**: ``true``
164175 | **Accepted Values**: ``true`` or ``false``
165-
176+ | **Default**: ``true``
166177
167178To learn more about the configuration options the {+product+} supports,
168179see the :github:`{+product+} source code </master/src/MongoDB.Analyzer/Core/Settings/SettingsHelper.cs>`.
0 commit comments