24.112. taler-merchant-report-generator(1)#
24.112.1. Name#
taler-merchant-report-generator - fetch and transmit periodic reports
24.112.2. Synopsis#
taler-merchant-report-generator [-c FILENAME | –config=FILENAME] [-h | –help] [-L LOGLEVEL | –loglevel=LOGLEVEL] [-l FILENAME | –logfile=FILENAME] [-T USEC | –timetravelUSEC] [-t | –test] [-v | –version]
24.112.3. Description#
taler-merchant-report-generator is a background job that peridoically fetches reports from the merchant backend and transmits them using report-generator helper processes. This is typically used to send statistical data for accounting.
Its options are as follows:
- -c FILENAME | –config=FILENAME
Use the configuration and other resources for the merchant to operate from FILENAME.
- -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. Only runs until the current list of bank transactions have all been checked.
- -v | –version
Print version information.
24.112.4. Exit Status#
0Successful termination.
1An operational failure occurred.
2The command-line arguments are invalid.
5The merchant database is unavailable.
6A required configuration setting is missing or invalid.
24.112.5. See Also#
taler-merchant.conf(5).
24.112.6. Bugs#
Report bugs by using https://bugs.taler.net or by sending electronic mail to <taler@gnu.org>.