mirror of
https://github.com/snoyberg/keter.git
synced 2024-11-27 10:12:01 +03:00
Add stderr logging suggestion in readme
This commit is contained in:
parent
875c6153c1
commit
734cb7783d
@ -152,6 +152,11 @@ folder to your user account, so that you can deploy without `sudo`ing.
|
||||
|
||||
sudo mkdir -p /opt/keter/incoming
|
||||
sudo chown $USER /opt/keter/incoming
|
||||
|
||||
Additionally, you may want to enable logging to stderr by disabling `rotate-logs` in `config/keter.yaml`, since systemd will automatically capture and manage stderr output for you:
|
||||
|
||||
rotate-logs: false
|
||||
|
||||
---
|
||||
For versions of Ubuntu and derivatives less than 15.04, configure an Upstart job.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user