diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-13 18:31:30 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-13 18:31:30 -0500 |
commit | 36272fbc082546c5cf864fb520af8b468c8c1441 (patch) | |
tree | fe091695b09134b2db11fc3f6e0a7d928b630ef8 | |
parent | f8efd0be852d9f3a72069c3a89850f1bcc7d0eb0 (diff) | |
download | docs-36272fbc082546c5cf864fb520af8b468c8c1441.tar.gz docs-36272fbc082546c5cf864fb520af8b468c8c1441.tar.bz2 docs-36272fbc082546c5cf864fb520af8b468c8c1441.zip |
mention default logs to stderr sans ‘-l LOGFILE’
-rw-r--r-- | developers-manual.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/developers-manual.rst b/developers-manual.rst index 95ba384..306e3e0 100644 --- a/developers-manual.rst +++ b/developers-manual.rst @@ -926,6 +926,7 @@ Naming conventions * libraries with associated service) use 'GNUNET_log_from' with the name of the service, which should also be their directory name (i.e. 'exchange') + * for tools with ``-l LOGFILE``, its absence means write logs to stderr * configuration |