[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: update docs for #9053: new taler-exc
From: |
Admin |
Subject: |
[taler-docs] branch master updated: update docs for #9053: new taler-exchange-sanctioncheck command-line options and config file options |
Date: |
Tue, 03 Jun 2025 14:44:00 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-docs.
The following commit(s) were added to refs/heads/master by this push:
new 11f992c7 update docs for #9053: new taler-exchange-sanctioncheck
command-line options and config file options
11f992c7 is described below
commit 11f992c7a5bcc74c9c638e27826ce94250dc1671
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 3 14:43:38 2025 +0200
update docs for #9053: new taler-exchange-sanctioncheck command-line
options and config file options
---
manpages/taler-exchange-sanctionscheck.1.rst | 14 +++++++++++++-
manpages/taler-exchange.conf.5.rst | 13 +++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/manpages/taler-exchange-sanctionscheck.1.rst
b/manpages/taler-exchange-sanctionscheck.1.rst
index 6e83fd22..b19b797c 100644
--- a/manpages/taler-exchange-sanctionscheck.1.rst
+++ b/manpages/taler-exchange-sanctionscheck.1.rst
@@ -16,8 +16,11 @@ Synopsis
[**-h** | **--help**]
[**-L** *LOGLEVEL* | **--loglevel=**\ \ *LOGLEVEL*]
[**-l** *FILENAME* | **--logfile=**\ \ *FILENAME*]
+[**-n** | **--norun**]
+[**-r** | **--reset**]
+[**-t** | **--testmode**]
[**-v** | **--version**] --
-SANCTIONCHECKER [SANCTIONCHECKER_ARGUMENTS
+SANCTIONCHECKER [SANCTIONCHECKER_ARGUMENTS]
Description
===========
@@ -44,6 +47,15 @@ Its options are as follows:
**-l** *FILENAME* \| **--logfile=**\ \ *FILENAME*
Send logging output to *FILENAME*.
+**-n** \| **--norun**
+ Skips the actual processing of KYC records. Useful only to check the setup
or to reset processing to the start in combination with **-r**.
+
+**-r** \| **--reset**
+ Resets the sanction list processing progress. Useful when a new sanction
list is imported to go again over all historic records and check them again.
+
+**-t** \| **--test**
+ Run in test mode. Exits once all records that existed on start have been
processed and skips the incremental phase. Sanction list progress is still
persisted. Useful in test cases or interactively when waiting for completion.
+
**-v** \| **--version**
Print version information.
diff --git a/manpages/taler-exchange.conf.5.rst
b/manpages/taler-exchange.conf.5.rst
index bb25df09..00db42a1 100644
--- a/manpages/taler-exchange.conf.5.rst
+++ b/manpages/taler-exchange.conf.5.rst
@@ -669,6 +669,19 @@ UNIXPATH
.. include:: frags/exchange-account.rst
.. include:: frags/exchange-coin.rst
+EXCHANGE SANCTIONSCHECK OPTIONS
+-------------------------------
+
+The following options must be in the section "[exchange-sanctionscheck]".
+
+MIN_ROW_FILENAME
+ Name of the file where taler-exchange-sanctionscheck will store the
+ last row process during sanction list evaluation. Not in the database
+ as we frequently need to reset it when we get a new list, so no
+ transactionality is needed or even desirable. There should be no
+ need to change the default.
+
+
SEE ALSO
========
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: update docs for #9053: new taler-exchange-sanctioncheck command-line options and config file options,
Admin <=