summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-18 14:43:54 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-18 14:43:54 +0100
commit3e6c43204488ac6a31be028f7fec583f113426f3 (patch)
tree71bae242640c21169ec4ac73d251d888587797c3
parent81e8b65836257c111eed82a0ac2af4cebb991de6 (diff)
downloadexchange-3e6c43204488ac6a31be028f7fec583f113426f3.tar.gz
exchange-3e6c43204488ac6a31be028f7fec583f113426f3.tar.bz2
exchange-3e6c43204488ac6a31be028f7fec583f113426f3.zip
Put -l/--loglevel in the manpage.
-rw-r--r--doc/taler-exchange-httpd.15
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/taler-exchange-httpd.1 b/doc/taler-exchange-httpd.1
index 3ebbb6cab..0db571382 100644
--- a/doc/taler-exchange-httpd.1
+++ b/doc/taler-exchange-httpd.1
@@ -32,8 +32,11 @@ Print version information.
This option is only available if the exchange was compiled with the configure option
\-\-enable\-developer\-mode. It is used for generating test cases against the exchange using AFL. When this option is present, the HTTP server will (1) terminate after the first client's HTTP connection is completed, and (2) automatically start such a client using a helper process based on the 'nc' or 'ncat' binary using FILENAME as the standard input to the helper process. As a result, the process will effectively run with FILENAME as the input from an HTTP client and then immediately exit. This is useful to test taler\-exchange\-httpd against many different possible inputs in a controlled way.
.B
-.IP \"-t SECONDS, \-\-timeout=SECONDS"
+.IP "\-t SECONDS, \-\-timeout=SECONDS"
Specifies the number of SECONDS after which the HTTPD should close (idle) HTTP connections.
+.B
+.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
+Specifies the log level to use. Accepted values are: DEBUG, INFO, WARNING, ERROR.
.SH SIGNALS
.B