[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 02/02: taler-auditor-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’
From: |
gnunet |
Subject: |
[taler-docs] 02/02: taler-auditor-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’ |
Date: |
Fri, 08 Jan 2021 03:17:51 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
commit 604eb369f556a95f182c844c5ab0544623ef5d24
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jan 7 21:15:38 2021 -0500
taler-auditor-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’
---
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 a6b6e07..af3ee94 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.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.