Skip to content

Commit

Permalink
log.execute: mention bug fix for closing
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Jul 27, 2018
1 parent b416551 commit d91af7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/include-cmd-system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,16 @@ Commands related to the operating system and the XMLRPC API.
including their return code and output.
This can grow large quickly, see :ref:`log-rotation` for how to manage this and other log files.

Passing an empty string closes the file.
Passing an empty string closes the file (but be aware of issue
`#743 <https://github.com/rakshasa/rtorrent/pull/743>`_, only fixed in 0.9.8+ / PS 1.1).

Example:

.. code-block:: ini
log.execute = (cat, (cfg.logs), "execute.log")
log.xmlrpc

.. code-block:: ini
Expand Down

0 comments on commit d91af7a

Please sign in to comment.