[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated (f8589ac -> 604eb36)
From: |
gnunet |
Subject: |
[taler-docs] branch master updated (f8589ac -> 604eb36) |
Date: |
Fri, 08 Jan 2021 03:17:49 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a change to branch master
in repository docs.
from f8589ac taler-exchange-httpd(1): mark up ‘DEBUG’, ‘INFO’, ‘WARNING’,
‘ERROR’
new 5059602 taler-auditor-dbinit(1): reorder opts
new 604eb36 taler-auditor-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
manpages/taler-auditor-dbinit.1.rst | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/manpages/taler-auditor-dbinit.1.rst
b/manpages/taler-auditor-dbinit.1.rst
index 34159dc..af3ee94 100644
--- a/manpages/taler-auditor-dbinit.1.rst
+++ b/manpages/taler-auditor-dbinit.1.rst
@@ -13,8 +13,11 @@ Synopsis
========
**taler-auditor-dbinit**
-[**-h** | **––help**]
+[**-c** *FILENAME* | **––config=**\ \ *FILENAME*]
[**-g** | **––gc**]
+[**-h** | **––help**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ \ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ \ *FILENAME*]
[**-R** | **––reset**]
[**-r** | **––restart**]
[**-v** | **––version**]
@@ -32,13 +35,20 @@ Its options are as follows:
Use the configuration and other resources for the exchange to operate
from *FILENAME*.
-**-h** \| **––help**
- Print short help on options.
-
**-g** \| **––gc**
Garbage collect database. Deletes all unnecessary data in the
database.
+**-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.
- [taler-docs] branch master updated (f8589ac -> 604eb36),
gnunet <=