From e59772d3dfc96607e82ed16d07c041c9090ce872 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Wed, 10 Jun 2015 01:01:59 +0200 Subject: [PATCH] Definition lists everywhere I just found out that they can be nested, which is useful in this case. --- users/syncthing.rst | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/users/syncthing.rst b/users/syncthing.rst index f04bb1642..b4a2c2d1c 100644 --- a/users/syncthing.rst +++ b/users/syncthing.rst @@ -129,19 +129,32 @@ STTRACE A comma separated string of facilities to trace. The valid facility strings are: - - ``beacon``: the beacon package - - ``discover``: the discover package - - ``events``: the events package - - ``files``: the files package - - ``http``: the main package; HTTP requests - - ``locks``: the sync package; trace long held locks - - ``net``: the main package; connections & network messages - - ``model``: the model package - - ``scanner``: the scanner package - - ``stats``: the stats package - - ``upnp``: the upnp package - - ``xdr``: the xdr package - - ``all``: all of the above + beacon + the beacon package + discover + the discover package + events + the events package + files + the files package + http + the main package; HTTP requests + locks + the sync package; trace long held locks + net + the main package; connections & network messages + model + the model package + scanner + the scanner package + stats + the stats package + upnp + the upnp package + xdr + the xdr package + all + all of the above STPROFILER Set to a listen address such as "127.0.0.1:9090" to start the profiler with