From 604eb369f556a95f182c844c5ab0544623ef5d24 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 7 Jan 2021 21:15:38 -0500 Subject: taler-auditor-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manpages/taler-auditor-dbinit.1.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manpages/taler-auditor-dbinit.1.rst b/manpages/taler-auditor-dbinit.1.rst index a6b6e079..af3ee947 100644 --- a/manpages/taler-auditor-dbinit.1.rst +++ b/manpages/taler-auditor-dbinit.1.rst @@ -13,8 +13,11 @@ Synopsis ======== **taler-auditor-dbinit** +[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*] [**-g** | **––gc**] [**-h** | **––help**] +[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*] +[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*] [**-R** | **––reset**] [**-r** | **––restart**] [**-v** | **––version**] @@ -39,6 +42,13 @@ Its options are as follows: **-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*. + **-R** \| **––reset** Drop tables. Dangerous, will delete all existing data in the database. -- cgit v1.2.3