From ffe066c746b09dcf6156bfb51f22741847c60393 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 7 Jan 2021 21:02:06 -0500 Subject: taler-exchange-httpd(1): add opts ‘-a’, ‘-l’, ‘-n’, ‘-T’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/taler-exchange-httpd.1.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'manpages/taler-exchange-httpd.1.rst') diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst index 986fd438..9bdc1cd9 100644 --- a/manpages/taler-exchange-httpd.1.rst +++ b/manpages/taler-exchange-httpd.1.rst @@ -12,11 +12,15 @@ Synopsis ======== **taler-exchange-httpd** +[**-a** | **––allow-timetravel**] [**-C** | **––connection-close**] [**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*] [**-f** *FILENAME* | **––file-input=**\ ‌\ *FILENAME*] [**-h** | **––help**] [**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*] +[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*] +[**-n** *N* | **––num-threads=**\ \ *N*] +[**-T** *USEC* | **––timetravel=**\ \ *USEC*] [**-t** *SECONDS* | **––timeout=**\ ‌\ *SECONDS*] [**-v** | **––version**] @@ -67,6 +71,17 @@ Its options are as follows: Specifies the log level to use. Accepted values are: DEBUG, INFO, WARNING, ERROR. +**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME* + Send logging output to *FILENAME*. + +**-n** *N* \| **––num-threads=**\ \ *N* + Use *N* threads in the thread pool. + +**-T** *USEC* \| **––timetravel=**\ \ *USEC* + Modify the system time by *USEC* microseconds. + *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``). + This option is intended for debugging/testing only. + **-t** *SECONDS* \| **––timeout=**\ ‌\ *SECONDS* Specifies the number of SECONDS after which the HTTPD should close (idle) HTTP connections. -- cgit v1.2.3