exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 3e6c43204488ac6a31be028f7fec583f113426f3
parent 81e8b65836257c111eed82a0ac2af4cebb991de6
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 18 Mar 2019 14:43:54 +0100

Put -l/--loglevel in the manpage.

Diffstat:
Mdoc/taler-exchange-httpd.1 | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 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