summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 21:15:38 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 21:15:38 -0500
commit604eb369f556a95f182c844c5ab0544623ef5d24 (patch)
tree28bf1dc7134fa5a25186b3aa1c766e908b1177dc
parent50596028f928ca571b4b5380eea262608e2197dd (diff)
downloaddocs-604eb369f556a95f182c844c5ab0544623ef5d24.tar.gz
docs-604eb369f556a95f182c844c5ab0544623ef5d24.tar.bz2
docs-604eb369f556a95f182c844c5ab0544623ef5d24.zip
taler-auditor-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’
-rw-r--r--manpages/taler-auditor-dbinit.1.rst10
1 files changed, 10 insertions, 0 deletions
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.