@@ -195,11 +195,23 @@ categorization of the messages:
195
195
196
196
.. data:: REPL
197
197
198
- Messages related to replica sets, such as initial sync and
199
- heartbeats . To specify the log level for :data:`REPL`
200
- components, set the
198
+ Messages related to replica sets, such as initial sync, heartbeats,
199
+ steady state replication, and rollback . To specify the log level for
200
+ :data:`REPL` components, set the
201
201
:setting:`systemLog.component.replication.verbosity` parameter.
202
202
203
+ .. data:: REPL_HB
204
+
205
+ Messages related specifically to replica set heartbeats. To specify
206
+ the log level for :data:`REPL_HB` components, set the
207
+ :setting:`systemLog.component.replication.heartbeats.verbosity`
208
+ parameter.
209
+
210
+ :data:`REPL` is the parent component of :data:`REPL_HB`. If
211
+ :setting:`systemLog.component.replication.heartbeats.verbosity` is
212
+ unset, MongoDB uses the :data:`REPL` verbosity level for
213
+ :data:`REPL_HB` components.
214
+
203
215
.. data:: SHARDING
204
216
205
217
Messages related to sharding activities, such as the startup of
@@ -214,25 +226,16 @@ categorization of the messages:
214
226
:data:`STORAGE` components, use the
215
227
:setting:`systemLog.component.storage.verbosity` setting.
216
228
217
- MongoDB distinguishes :data:`JOURNAL` components from
218
- :data:`STORAGE` components; however, :data:`STORAGE` is the parent
219
- of :data:`JOURNAL`. As such, if
220
- :setting:`systemLog.component.storage.journal.verbosity` setting
221
- is unset, MongoDB uses the :data:`STORAGE` verbosity level for
222
- :data:`JOURNAL` components
223
-
224
229
.. data:: JOURNAL
225
230
226
231
Messages related specifically to journaling activities. To specify
227
232
the log level for :data:`JOURNAL` components, use the
228
233
:setting:`systemLog.component.storage.journal.verbosity` setting.
229
234
230
- MongoDB distinguishes :data:`JOURNAL` components from
231
- :data:`STORAGE` components; however, :data:`STORAGE` is the parent
232
- of :data:`JOURNAL`. As such, if
235
+ :data:`STORAGE` is the parent component of :data:`JOURNAL`. If
233
236
:setting:`systemLog.component.storage.journal.verbosity` is
234
- unset, MongoDB uses the :data:`STORAGE` verbosity level for the
235
- :data:`JOURNAL` components as well .
237
+ unset, MongoDB uses the :data:`STORAGE` verbosity level for
238
+ :data:`JOURNAL` components.
236
239
237
240
.. data:: WRITE
238
241
0 commit comments