From c24229dacea3bf23813ef52f8a1784cbd9dfb1ad Mon Sep 17 00:00:00 2001 From: Thomas Beermann Date: Fri, 10 Jan 2020 13:41:58 +0100 Subject: [PATCH] fix wrong daemon logs parameter in documentation --- daemons/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/README.rst b/daemons/README.rst index 381f2f5..cac9ea2 100644 --- a/daemons/README.rst +++ b/daemons/README.rst @@ -48,7 +48,7 @@ This variable is mandatory and it specifies the name of the daemon, e.g., `herme =================== Any additional command line parameter can be specified here, e.g., `--run-once`. This field is optional. -`RUCIO_ENABLE_LOGFILE` +`RUCIO_ENABLE_LOGS` ===================== By default the log output of the daemon is written to stdout and stderr. If you set this variable to `True` the output will be written to `access_log` and `error_log` under `/var/log/rucio`.