From 6e4ceb088a7f00e977abf74c7aa991d2d41b046a Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 7 Jan 2021 20:49:36 -0500 Subject: taler-exchange-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/taler-exchange-dbinit.1.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manpages/taler-exchange-dbinit.1.rst') diff --git a/manpages/taler-exchange-dbinit.1.rst b/manpages/taler-exchange-dbinit.1.rst index dfbbfe4f..c1fdf344 100644 --- 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. -- cgit v1.2.3