This document discusses a Cloud Foundry logging stack Bosh release that replaces the default syslog-based logging with Kafka. It notes that Kafka can ingest millions of logs per second, provides persistence, and is easier to consume than syslog. The release includes Kafka, a Firehose nozzle to send logs to Kafka, Kafka Manager, and a syslog forwarder. It will create Kafka topics for each event type and forward logs and app info to any syslog endpoint. The full release is available on GitHub.