taler-docs

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

commit 6e4ceb088a7f00e977abf74c7aa991d2d41b046a
parent 2af8cd63a31c04e30e19f1b38db5688e6ebd4f31
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu,  7 Jan 2021 20:49:36 -0500

taler-exchange-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’

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

diff --git a/manpages/taler-exchange-dbinit.1.rst b/manpages/taler-exchange-dbinit.1.rst @@ -13,8 +13,11 @@ Synopsis ======== **taler-exchange-dbinit** +[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*] [**-h** | **––help**] [**-g** | **––gc**] +[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*] +[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*] [**-r** | **––reset**] [**-v** | **––version**] @@ -38,6 +41,13 @@ Its options are as follows: Garbage collect database. Deletes all unnecessary data in the database. +**-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*. + **-r** \| **––reset** Drop tables. Dangerous, will delete all existing data in the database before creating the tables.