Closed cnelson closed 7 years ago
I haven't used lager before, does that look right? 👇
LGTM, I think we just need to pass the logger
when instantiating the broker in https://github.com/18F/cf-cdn-service-broker/blob/master/cmd/cdn-broker/main.go#L47-L49.
Tests passing locally, LGTM.
Since we're already using
lager
for logging (since it's used inbrokerapi
), wdyt about addinglogger lager.Logger
to theCdnServiceBroker
struct and using that to add the error log?