send prometheus logs to syslog
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
f 2022-07-09 23:21:26 -03:00
parent c7615afb9a
commit 39127b267d
1 changed files with 1 additions and 0 deletions

View File

@ -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
;;