Skip to content

DOCS-10653 - Document replication rollback log component. #3139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/includes/options-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ replacement:
version: ".. versionadded:: 3.6"
---
program: conf
name: systemLog.component.replication.rollback.verbosity
inherit:
name: systemLog.component.name.verbosity
program: _shared
file: options-shared.yaml
replacement:
component_type: "rollback"
component_data: ":data:`ROLLBACK`"
version: ".. versionadded:: 3.6"
---
program: conf
name: systemLog.component.sharding.verbosity
inherit:
name: systemLog.component.name.verbosity
Expand Down
8 changes: 8 additions & 0 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ Core Options

# COMMENT some component verbosity settings omitted for brevity

replication:
verbosity: <int>
heartbeats:
verbosity: <int>
rollback:
verbosity: <int>
storage:
verbosity: <int>
journal:
Expand Down Expand Up @@ -192,6 +198,8 @@ Core Options

.. include:: /includes/option/setting-conf-systemLog.component.replication.heartbeats.verbosity.rst

.. include:: /includes/option/setting-conf-systemLog.component.replication.rollback.verbosity.rst

.. include:: /includes/option/setting-conf-systemLog.component.sharding.verbosity.rst

.. include:: /includes/option/setting-conf-systemLog.component.storage.verbosity.rst
Expand Down
12 changes: 12 additions & 0 deletions source/reference/log-messages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,18 @@ categorization of the messages:
unset, MongoDB uses the :data:`REPL` verbosity level for
:data:`REPL_HB` components.

.. data:: ROLLBACK

Messages related to :ref:`rollback<replica-set-rollbacks>` operations. To specify the log level for
:data:`ROLLBACK` components, set the
:setting:`systemLog.component.replication.rollback.verbosity`
parameter.

:data:`REPL` is the parent component of :data:`ROLLBACK`. If
:setting:`systemLog.component.replication.rollback.verbosity` is
unset, MongoDB uses the :data:`REPL` verbosity level for
:data:`ROLLBACK` components.

.. data:: SHARDING

Messages related to sharding activities, such as the startup of
Expand Down