Skip to content

syslog/6

You can find the source of this version on GitHub at cloudfoundry/syslog-release. It was created based on the commit 5ee73fa6.

Release Notes

  • Prefix job/id with deployment name in forwarded syslog messages
  • Change default syslog transport to TCP

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "syslog"
  version: "6"
  url: "https://bosh.io/d/github.com/cloudfoundry/syslog-release?v=6"
  sha1: "623e68b9f09ff67f5e9625a14f67a3f735ca07ec"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 623e68b9f09ff67f5e9625a14f67a3f735ca07ec \
  "https://bosh.io/d/github.com/cloudfoundry/syslog-release?v=6"

Jobs