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.
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