Skip to content

Commit

Permalink
Merge pull request #39 from bjwhite-fnal/make_logging_envvar_consistent
Browse files Browse the repository at this point in the history
Make name of logging selector env var consistent across all containers. Closes #38
  • Loading branch information
bari12 committed Oct 11, 2021
2 parents c02e1af + 74dfaa2 commit 1bb39de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installing_daemons.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ e.g., `hermes`, `kronos`,
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
Expand Down
4 changes: 2 additions & 2 deletions docs/installing_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ it can be done using the `RUCIO_ENABLE_LOGS` variable. The
storage folder of the logs can be used as a volume:

```bash
docker run --name=rucio-server -v /tmp/rucio.cfg:/opt/rucio/etc/rucio.cfg -v /tmp/logs:/var/log/httpd -p 80:80 -e RUCIO_ENABLE_LOGFILE=True -d rucio/rucio-server
docker run --name=rucio-server -v /tmp/rucio.cfg:/opt/rucio/etc/rucio.cfg -v /tmp/logs:/var/log/httpd -p 80:80 -e RUCIO_ENABLE_LOGS=True -d rucio/rucio-server
```

## Environment Variables
Expand Down Expand Up @@ -125,7 +125,7 @@ of aliases you can set this variable to `True`. The web
server then expects an alias file under
`/opt/rucio/etc/aliases.conf`

### RUCIO_ENABLE_LOGFILE
### RUCIO_ENABLE_LOGS

By default, the log output of the web server is written to stdout and
stderr. If you set this variable to `True` the output will
Expand Down

0 comments on commit 1bb39de

Please sign in to comment.