Explain what logging a session means

This commit is contained in:
Neil Booth 2017-01-03 09:18:30 +09:00
parent 7d899e07ae
commit b29ce0604d

View File

@ -117,8 +117,9 @@ The following commands are available:
* **log**
Toggles logging of the given session IDs. Session IDs can be seen
in the logs or with the **sessions** RPC command.
Toggles logging of the given session IDs. All incoming requests for
a logged session are written to the server log. Session IDs can be
seen in the logs or with the **sessions** RPC command.
.. code::