summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-dbinit.1.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-08 18:15:59 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-08 18:15:59 +0100
commit2a1af239301c4d8b641a41419b5337eeb48b45f3 (patch)
treed1c71078ed0637762f8f4daa5fd3540083e34844 /manpages/taler-exchange-dbinit.1.rst
parent964df96844580887971d00e381447cbd22a2bf55 (diff)
parent87b7911b3dae45e83c3765613b26279a7fda3cad (diff)
downloaddocs-2a1af239301c4d8b641a41419b5337eeb48b45f3.tar.gz
docs-2a1af239301c4d8b641a41419b5337eeb48b45f3.tar.bz2
docs-2a1af239301c4d8b641a41419b5337eeb48b45f3.zip
Merge branch 'master' of git+ssh://git.taler.net/docs
Diffstat (limited to 'manpages/taler-exchange-dbinit.1.rst')
-rw-r--r--manpages/taler-exchange-dbinit.1.rst20
1 files changed, 15 insertions, 5 deletions
diff --git a/manpages/taler-exchange-dbinit.1.rst b/manpages/taler-exchange-dbinit.1.rst
index dfbbfe4f..8221b8e8 100644
--- a/manpages/taler-exchange-dbinit.1.rst
+++ b/manpages/taler-exchange-dbinit.1.rst
@@ -13,15 +13,18 @@ Synopsis
========
**taler-exchange-dbinit**
-[**-h** | **––help**]
+[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
[**-g** | **––gc**]
+[**-h** | **––help**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
[**-r** | **––reset**]
[**-v** | **––version**]
Description
===========
-**taler-exchange-dbinit** is a command line tool to initialize the Taler
+**taler-exchange-dbinit** is a command-line tool to initialize the Taler
exchange database. It creates the necessary tables and indices for the
Taler exchange to operate.
@@ -31,13 +34,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
before creating the tables.