diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-07 22:54:49 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-07 22:54:49 -0500 |
commit | 6215fcf08bbb9feb81e3c9871c13990ce6bd04cb (patch) | |
tree | 50e224d489705a7ef9158393804ee979ca215da5 | |
parent | b93a525fb0f5e950405974df90afbbe2c835d802 (diff) | |
download | docs-6215fcf08bbb9feb81e3c9871c13990ce6bd04cb.tar.gz docs-6215fcf08bbb9feb81e3c9871c13990ce6bd04cb.tar.bz2 docs-6215fcf08bbb9feb81e3c9871c13990ce6bd04cb.zip |
taler-merchant-httpd(1): add opts ‘-L’, ‘-l’, ‘-T’
-rw-r--r-- | manpages/taler-merchant-httpd.1.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/manpages/taler-merchant-httpd.1.rst b/manpages/taler-merchant-httpd.1.rst index f373d38..7d02300 100644 --- a/manpages/taler-merchant-httpd.1.rst +++ b/manpages/taler-merchant-httpd.1.rst @@ -16,6 +16,9 @@ Synopsis [**-C** | **––connection-close**] [**-c** *FILENAME* | **––config=**\ \ *FILENAME*] [**-h** | **––help**] +[**-L** *LOGLEVEL* | **––loglevel=**\ \ *LOGLEVEL*] +[**-l** *FILENAME* | **––logfile=**\ \ *FILENAME*] +[**-T** *USEC* | **––timetravel**\ \ *USEC*] [**-v** | **––version**] Description @@ -41,6 +44,18 @@ Options **-h** \| **––help** Print short help on options. +**-L** *LOGLEVEL* \| **––loglevel=**\ \ *LOGLEVEL* + Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``, + ``WARNING``, ``ERROR``. + +**-l** *FILENAME* \| **––logfile=**\ \ *FILENAME* + Send logging output to *FILENAME*. + +**-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. + **-v** \| **––version** Print version information. |