taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 3afb012f03e5a514a3be565bd702223f4d572ee8
parent 91c1be31d0b16e56794ee43750b470f9901025a6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 14 Jan 2021 20:29:21 -0500

mention default behavior in absence of ‘-l LOGFILE’ (three instances)

Diffstat:
Mtaler-auditor-manual.rst | 3+++
Mtaler-exchange-manual.rst | 2++
Mtaler-merchant-manual.rst | 2++
3 files changed, 7 insertions(+), 0 deletions(-)

diff --git 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 @@ -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 @@ -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