Skip to content

Commit 49d6ef4

Browse files
committed
Document logging settings - cosmetics
Resolves #1974
1 parent d2bcc98 commit 49d6ef4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/reference/configuration/cfg_logging.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ instance is writing to a log and signals are used when archiving it.
237237
238238
mv Log_file Log_file.bak
239239
240-
As the result, the next log message will go to `Log_file.bak`.
240+
As a result, the next log message will go to `Log_file.bak`.
241241

242242
4. Go back to Terminal #1 and put a message "Log Line #2" in the log file.
243243

@@ -253,15 +253,15 @@ instance is writing to a log and signals are used when archiving it.
253253
ps -A | grep tarantool
254254
255255
6. In Terminal #2, execute ``kill -HUP`` to send a SIGHUP signal to the Tarantool instance.
256-
The result of this is: Tarantool will open `Log_file` again, and
257-
the next log message will go to `Log_file`.
258-
(The same effect could be accomplished by executing log.rotate() on the instance.)
256+
Tarantool will open `Log_file` again, and the next log message will go to `Log_file`.
259257

260258
.. cssclass:: highlight
261259
.. parsed-literal::
262260
263261
kill -HUP *process_id*
264262
263+
The same effect could be accomplished by calling :ref:`log.rotate <log-rotate>`.
264+
265265
7. In Terminal #1, put a message "Log Line #3" in the log file.
266266

267267
.. code-block:: lua

0 commit comments

Comments
 (0)