Skip to content

Instantly share code, notes, and snippets.

@markstgodard
Last active November 30, 2016 02:31
Show Gist options
  • Select an option

  • Save markstgodard/fa24eca8fda8fce5f8da1fa516e627f4 to your computer and use it in GitHub Desktop.

Select an option

Save markstgodard/fa24eca8fda8fce5f8da1fa516e627f4 to your computer and use it in GitHub Desktop.

gorouter.yml

logging:
  file: /var/vcap/sys/log/gorouter/gorouter.log
  syslog: vcap.gorouter
  level: error

gorouter_ctl

    exec chpst -u vcap:vcap /var/vcap/packages/gorouter/bin/gorouter \
         -c /var/vcap/jobs/gorouter/config/gorouter.yml \
         -logLevel error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment