taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ad6b165139cbe15250c9c91517a579bf2f572e9c
parent c09c9793d0ff9bffca8d622eed14a88e9e16721d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu,  7 Jan 2021 17:07:16 -0500

taler-exchange-aggregator(1): vet opts ‘-c’, ‘-L’, ‘-l’, ‘-T’

Diffstat:
Mmanpages/taler-exchange-aggregator.1.rst | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/manpages/taler-exchange-aggregator.1.rst b/manpages/taler-exchange-aggregator.1.rst @@ -12,7 +12,11 @@ Synopsis ======== **taler-exchange-aggregator** +[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*] [**-h** | **––help**] +[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*] +[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*] +[**-T** *USEC* | **––timetravel**\ \ *USEC*] [**-t** | **––test**] [**-v** | **––version**] @@ -30,6 +34,18 @@ done by **taler-exchange-transfer**. **-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. + **-t** \| **––test** Run in test mode and exit when idle.