cloudfoundry-community / stackdriver-tools

Stackdriver Nozzle for Cloud Foundry Loggregator, Host Monitoring Agents BOSH Release
Apache License 2.0
21 stars 13 forks source link

Remove the duplication of the log message #211

Closed pivotalsquid closed 5 years ago

pivotalsquid commented 6 years ago

The message field in the logMessage payload was being duplicated into the payload.message field where Stackdriver is expecting to find it. There is no reason to have this information duplicated. It increases storage costs and is confusing for people to see the same information twice in search results.

I wrote this pull request to satisfy issue #209


This change is Reviewable