diff --git a/entrypoint.sh b/entrypoint.sh index 218e5c8..56b1c25 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,6 +22,7 @@ case $1 in -p /tmp/prometheus.pid \ -l /tmp/prometheus.pid \ -u rails \ + /usr/local/bin/syslogize \ /usr/bin/foreman start -f /etc/Procfile -d /srv prometheus ;;