cloudfoundry-community / firehose-to-syslog

Send firehose events from Cloud Foundry to syslog.
MIT License
44 stars 58 forks source link

Allow to forward logs only from specific spaces #215

Open Infra-Red opened 5 years ago

Infra-Red commented 5 years ago
  1. Operator can specify multiple spaces by repeating --space flag.
  2. Run dep ensure to vendor missing dependencies.

/cc @pommi @diogomatsubara

pommi commented 5 years ago

Wow, 1236 files changed 🙀 Do you know why it drags in vendor/google.golang.org/genproto/googleapis/ads/googleads/*?

Infra-Red commented 5 years ago

@pommi Missing dependencies were introduced in this PR. Looks like vendor/google.golang.org/genproto/googleapis/ads/googleads/* is a dependency for the grpc and protobuf libraries, take a look at the dependency tree.