Skip to content

Commit f8601fb

Browse files
committed
New configuration options failover.log.to and failover.log.file added in config reference
Fixes #4657
1 parent 23dfb2c commit f8601fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference/configuration/configuration_reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
16671667
Configuring ``failover.log.to`` and ``failover.log.file`` parameters is available in the `Enterprise Edition <https://www.tarantool.io/compare/>`_ only.
16681668

16691669

1670-
Define a location Tarantool sends failover logs.
1670+
Define a location Tarantool sends failover logs to.
16711671
This option accepts the following values:
16721672

16731673
* ``stderr``: write logs to the standard error stream.
@@ -1686,7 +1686,7 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
16861686
**Since:** :doc:`3.3.0 </release/3.3.0>`
16871687

16881688
Specify a file for failover logs destination.
1689-
To write logs to a file, you need to set :ref:`failover.log.to <configuration_reference_failover_log_to>` to ``file``.
1689+
To write logs to a file, set :ref:`failover.log.to <configuration_reference_failover_log_to>` to ``file``.
16901690
Otherwise, ``failover.log.file`` is ignored.
16911691

16921692
**Example**

0 commit comments

Comments
 (0)