8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522edd7 commit b46e893Copy full SHA for b46e893
functions/v2/http_logging/main.py
@@ -30,7 +30,8 @@ def structured_logging(request):
30
31
# Import Python Standard Library
32
import logging
33
- # Construct log message and metadata
+ # Construct log message and additional metadata
34
+ # https://cloud.google.com/run/docs/logging#using-json
35
msg = "Hello, world!"
36
metadata = {"component": "arbitrary-property"}
37
0 commit comments