taler-merchant-report-generator.1.rst (1824B)
1 taler-merchant-report-generator(1) 2 ################################## 3 4 .. only:: html 5 6 Name 7 ==== 8 9 **taler-merchant-report-generator** - fetch and transmit periodic reports 10 11 12 Synopsis 13 ======== 14 15 **taler-merchant-report-generator** 16 [**-c** *FILENAME* | **--config=**\ \ *FILENAME*] 17 [**-h** | **--help**] 18 [**-L** *LOGLEVEL* | **--loglevel=**\ \ *LOGLEVEL*] 19 [**-l** *FILENAME* | **--logfile=**\ \ *FILENAME*] 20 [**-T** *USEC* | **--timetravel**\ \ *USEC*] 21 [**-t** | **--test**] 22 [**-v** | **--version**] 23 24 Description 25 =========== 26 27 **taler-merchant-report-generator** is a background job that 28 peridoically fetches reports from the merchant backend and 29 transmits them using report-generator helper processes. This 30 is typically used to send statistical data for accounting. 31 32 Its options are as follows: 33 34 **-c** *FILENAME* \| **--config=**\ \ *FILENAME* 35 Use the configuration and other resources for the merchant to operate 36 from *FILENAME*. 37 38 **-h** \| **--help** 39 Print short help on options. 40 41 **-L** *LOGLEVEL* \| **--loglevel=**\ \ *LOGLEVEL* 42 Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``, 43 ``WARNING``, ``ERROR``. 44 45 **-l** *FILENAME* \| **--logfile=**\ \ *FILENAME* 46 Send logging output to *FILENAME*. 47 48 **-T** *USEC* \| **--timetravel=**\ \ *USEC* 49 Modify the system time by *USEC* microseconds. 50 *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``). 51 This option is intended for debugging/testing only. 52 53 **-t** \| **--test** 54 Run in test mode. Only runs until the current list of bank 55 transactions have all been checked. 56 57 **-v** \| **–version** 58 Print version information. 59 60 See Also 61 ======== 62 63 taler-merchant.conf(5). 64 65 Bugs 66 ==== 67 68 Report bugs by using https://bugs.taler.net or by sending electronic 69 mail to <taler@gnu.org>.