cloudfoundry / libbuildpack

A library for writing buildpacks
Apache License 2.0
35 stars 31 forks source link

Moves app logging capture into resilient Go routine #176

Closed ryanmoran closed 1 year ago

ryanmoran commented 1 year ago

The new implementation will continuously retry connecting to the logging endpoint to stream logs. Hopefully, with this retry logic, we will see fewer instances of failures on first connection to the logging subsystem in CF.