[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 01/02: taler-exchange-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’
From: |
gnunet |
Subject: |
[taler-docs] 01/02: taler-exchange-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’ |
Date: |
Fri, 08 Jan 2021 02:52:11 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
commit 6e4ceb088a7f00e977abf74c7aa991d2d41b046a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jan 7 20:49:36 2021 -0500
taler-exchange-dbinit(1): add opts ‘-c’, ‘-L’, ‘-l’
---
manpages/taler-exchange-dbinit.1.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/manpages/taler-exchange-dbinit.1.rst
b/manpages/taler-exchange-dbinit.1.rst
index dfbbfe4..c1fdf34 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.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.