syslog/7
You can find the source of this version on GitHub at cloudfoundry/syslog-release. It was created based on the commit 8e3ce3ac
.
Release Notes¶
- Store forwarded
vcap.*
messages- rsyslog.conf is now stored in rsyslog.d for syslog_storer job instead of overwriting the original one.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "syslog" version: "7" url: "https://bosh.io/d/github.com/cloudfoundry/syslog-release?v=7" sha1: "7aca1a3633f12cc5ce760812959e62b6e51b8641"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 7aca1a3633f12cc5ce760812959e62b6e51b8641 \ "https://bosh.io/d/github.com/cloudfoundry/syslog-release?v=7"