diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-14 20:29:21 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-14 20:29:21 -0500 |
commit | 3afb012f03e5a514a3be565bd702223f4d572ee8 (patch) | |
tree | 198f5cf6bf3867caa0b4592bca4a139a2bc3ed6c | |
parent | 91c1be31d0b16e56794ee43750b470f9901025a6 (diff) | |
download | docs-3afb012f03e5a514a3be565bd702223f4d572ee8.tar.gz docs-3afb012f03e5a514a3be565bd702223f4d572ee8.tar.bz2 docs-3afb012f03e5a514a3be565bd702223f4d572ee8.zip |
mention default behavior in absence of ‘-l LOGFILE’ (three instances)
-rw-r--r-- | taler-auditor-manual.rst | 3 | ||||
-rw-r--r-- | taler-exchange-manual.rst | 2 | ||||
-rw-r--r-- | taler-merchant-manual.rst | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst index adfb57a..c61d60e 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 c1354d3..d024ce5 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 3871905..e038d60 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 |