Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Project ID: gks-g2-int
Issue summary: The SD logs output are not met for user's needs compared to the local environment logging:-
GCF info:-
"""
Function name: mssql-connect
Function type (http/pubsub/gcs/firebase): pubsub
Function language(python/nodejs/go etc): go (only Go Lang 'go111' runtime)
"""
Wished output log pattern:-
"""
{"level":"info","ts":1580859645.4264717,"caller":"function/entry.go:34","msg":"Read metadata","metadata":"unable to find metadata"}
"""
User's input for the core need:-
"The SD log print to standard output/error for basic logging. Preferably if the log line is a valid JSON object then it would either use a documented fluentd parser OR dump the whole JSON object into the jsonPayload."