update procodile logging to be outside of the app root

This commit is contained in:
Adam Cooke
2017-05-18 11:45:43 +01:00
parent b1048b6986
commit 76e1f6e9f7

View File

@@ -1,6 +1,6 @@
app_name: Postal
log_path: log/procodile.log
pid_root: tmp/pids
log_path: /tmp/postal/procodile.log
pid_root: /tmp/postal/pids
processes:
web:
restart_mode: usr1