Skip to content

Commit

Permalink
[fix] noise in SC4S logs from goss (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed Jul 29, 2020
1 parent e2e5d04 commit aef1d5b
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 @@ -108,7 +108,7 @@ echo sc4s version=$(cat /VERSION) >/opt/syslog-ng/var/log/syslog-ng.out
# Use gomplate to pick up default listening ports for health check
echo starting goss
gomplate --file /goss.yaml.tmpl --out /goss.yaml
goss -g /goss.yaml serve --format json >/dev/null &
goss -g /goss.yaml serve --format json >/dev/null 2>/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 aef1d5b

Please sign in to comment.