File tree 1 file changed +4
-4
lines changed
doc/reference/configuration
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ instance is writing to a log and signals are used when archiving it.
237
237
238
238
mv Log_file Log_file.bak
239
239
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 `.
241
241
242
242
4. Go back to Terminal #1 and put a message "Log Line #2" in the log file.
243
243
@@ -253,15 +253,15 @@ instance is writing to a log and signals are used when archiving it.
253
253
ps -A | grep tarantool
254
254
255
255
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 `.
259
257
260
258
.. cssclass :: highlight
261
259
.. parsed-literal ::
262
260
263
261
kill -HUP *process_id *
264
262
263
+ The same effect could be accomplished by calling :ref: `log.rotate <log-rotate >`.
264
+
265
265
7. In Terminal #1, put a message "Log Line #3" in the log file.
266
266
267
267
.. code-block :: lua
You can’t perform that action at this time.
0 commit comments