googleapis / nodejs-logging-bunyan

Node.js client integration between Stackdriver Logging and Bunyan.
https://cloud.google.com/logging/
Apache License 2.0
63 stars 34 forks source link

fix: Logging to stdout in Cloud Run creates a JSON object as "message" #644

Closed losalex closed 2 years ago

losalex commented 2 years ago

When enabling structured logging to STDOUT, the jsonPayload data is wrapped in extra "message" field.

Fixes #643 🦕