diff options
-rw-r--r-- | doc/tipidee.conf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html index 57c5c29..1267e80 100644 --- a/doc/tipidee.conf.html +++ b/doc/tipidee.conf.html @@ -362,7 +362,7 @@ depending on the keywords in the <tt>log</tt> directive: <dt> <tt>nothing</tt> </dt> <dd> Don't log anything else than warning and error messages. This keyword cannot be given with other keywords. </dd> <dt> <tt>start</tt> </dt> <dd> Log a <tt>start</tt> line when <a href="tipideed.html">tipideed</a> starts - and an <tt>exit <em>exitcode</em> line when it exits. </dd> + and an <tt>exit <em>exitcode</em></tt> line when it exits. </dd> <dt> <tt>ip</tt> </dt> <dd> Add an <tt>ip <em>client_ip</em></tt> field to the <tt>start</tt> line. This is potentially PII, so make sure to stay compliant with your local laws if you activate it. <em>client_ip</em> is read from the TCPREMOTEIP environment variable. |