GCP Cloud Logging - Custom Logs When writing an application that uses multple micro-services it's nice to have a consolidated log from all the pieces of the application as a whole.
Setting Log Message Status in Google Cloud Logs From Nodejs If you're using Cloud Run or Cloud Functions on GCP you have probably use Cloud Logging to see error message or other output from your applications. Ifwant to have more control over how your log messages are flagged in you Nodejs applications, try the npm package @google-cloud/logging.