cloudfoundry-community / firehose-to-syslog

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

Updating go-loggregator dependency to v7.7.0 #220

Closed Infra-Red closed 4 years ago

Infra-Red commented 5 years ago

Сurrent version of go-loggregator library returns 00000000-0000-0000-0000-000000000000 UUID when no application ID specified in HttpStartStop event. That issue was addressed in following commit https://github.com/cloudfoundry/go-loggregator/commit/a7ca75117c4a284319559e1cd104b6998d0b8e64. Bumping go-loggregator dependency to v7.7.0 to resolve this issue.

Fixes #219

Infra-Red commented 5 years ago

@shinji62 Could you please review this PR? Thanks!

Infra-Red commented 5 years ago

This also affects CF API, I see huge number of following events in cloud controller logs:

The app could not be found: 00000000-0000-0000-0000-000000000000
Scoobed commented 4 years ago

@shinji62 Can this please be merged?