cloudfoundry-community / postgresql-cf-service-broker

Cloud Foundry Service Broker for a PostgreSQL instance
Apache License 2.0
17 stars 28 forks source link

Declare in the catalog endpoint that the broker expects app log streaming #1

Closed djvdorp closed 9 years ago

djvdorp commented 9 years ago

This fixes the followin error when trying to bind the a Service Broker instance to an app: Server error, status code: 502, error code: 10001, message: The service is attempting to stream logs from your application, but is not registered as a logging service. Please contact the service provider.

It does resolve this matter by declaring in the catalog endpoint that the broker expects app log streaming. See here: http://docs.cloudfoundry.org/services/api.html#catalog-mgmt Found here: https://groups.google.com/a/cloudfoundry.org/forum/#!topic/vcap-dev/aJZkgVl8yRI