From 3afb012f03e5a514a3be565bd702223f4d572ee8 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 14 Jan 2021 20:29:21 -0500 Subject: mention default behavior in absence of ‘-l LOGFILE’ (three instances) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taler-auditor-manual.rst | 3 +++ taler-exchange-manual.rst | 2 ++ taler-merchant-manual.rst | 2 ++ 3 files changed, 7 insertions(+) diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst index adfb57a7..c61d60e6 100644 --- a/taler-auditor-manual.rst +++ b/taler-auditor-manual.rst @@ -431,6 +431,9 @@ If the auditor has been correctly added, the exchange’s ``/keys`` response will contain an entry in the ``auditors`` array mentioning the auditor’s URL. +Commands, like ``taler-auditor-offline``, that support the ``-l LOGFILE`` +command-line option, send logging output to standard error by default. + .. _AuditorDatabaseInitialization: diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst index c1354d39..d024ce57 100644 --- a/taler-exchange-manual.rst +++ b/taler-exchange-manual.rst @@ -443,6 +443,8 @@ operation, permissions to ``CREATE`` or ``ALTER`` tables are not required by any of the Taler exchange processes and thus should not be granted. For more information, see :doc:`manpages/taler-exchange-dbinit.1`. +Commands, like ``taler-exchange-dbinit``, that support the ``-l LOGFILE`` +command-line option, send logging output to standard error by default. .. _Coins-denomination-keys: diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index 3871905b..e038d607 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -618,6 +618,8 @@ that you may have to temporarily GRANT those rights again when you update the merchant backend. For details on how to REVOKE or GRANT these rights, consult the Postgres documentation. +Commands, like ``taler-merchant-dbinit``, that support the ``-l LOGFILE`` +command-line option, send logging output to standard error by default. .. index: MASTER_KEY -- cgit v1.2.3