Creating GCP-compatible structured log messages in Python
The Google Cloud Platform supports structured logging. All it takes is writing JSON objects to stdout or stderr. With structlog, it’s straightforward to set up a processor chain that produces compatible log messages.
There are two special fields that...
pragmaticnotes.hashnode.dev1 min read