Skip to content

Commit

Permalink
[fix] Remove healthz from console logs (#583)
Browse files Browse the repository at this point in the history
* [fix] path spec for goss

* Update entrypoint.sh
  • Loading branch information
Ryan Faircloth authored and GitHub committed Jul 24, 2020
1 parent c450a97 commit d6679e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/sbin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ echo sc4s version=$(cat /VERSION) >/opt/syslog-ng/var/log/syslog-ng.out
/opt/syslog-ng/sbin/syslog-ng -s >>/opt/syslog-ng/var/log/syslog-ng.out 2>/opt/syslog-ng/var/log/syslog-ng.err

echo starting goss
goss -g /goss.yaml serve --format json &
goss -g /goss.yaml serve --format json >/dev/null &

echo syslog-ng starting
/opt/syslog-ng/bin/persist-tool add /opt/syslog-ng/etc/reset_persist -o /opt/syslog-ng/var
Expand Down

0 comments on commit d6679e9

Please sign in to comment.