From b29ce0604dc3e3293de030324eb391cbee284837 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 3 Jan 2017 09:18:30 +0900 Subject: [PATCH] Explain what logging a session means --- docs/RPC-INTERFACE.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/RPC-INTERFACE.rst b/docs/RPC-INTERFACE.rst index db33ba5..195fbf0 100644 --- a/docs/RPC-INTERFACE.rst +++ b/docs/RPC-INTERFACE.rst @@ -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::