Deprecation of loggregator_consumer
Warren Fernandes
Hey cf-dev,
Loggregator Consumer <https://github.com/cloudfoundry/loggregator_consumer> has been deprecated and is no longer supported. Loggregator Consumer is a library that allows an application developer to set up a connection to a loggregator server, and begin receiving log messages from it. It includes the ability to tail logs as well as get the recent logs loggregator_consumer talks to the Traffic Controller via the endpoints /tail, /dump, and /recent which will also be deprecated in the near future. This library has been deprecated in favor of noaa <https://github.com/cloudfoundry/noaa>. NOAA is a client library to consume metric and log messages from Loggregator. Sincerely, CF Loggregator
|
|