Get GCP Logging Log Viewer to highlight custom labels

Viewed 277

A great feature in debugging Google Cloud Functions calls is the highlighting of the functionName and the execution id (see photo). Is it possible to also get your own logs (generated by the python logging client) to show up highlighted?

enter image description here

1 Answers
Related