You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following changes to the logging would have large effects downstream in our observability tools:
Format logs in JSON - This would help our internal infra categorize and sort any keys found in the JSON log.
Implement a logging standard and structure. Using common keys like msg to provide the primary message of a log, and level to provide the logging level, etc would also help the downstream infrastructure.
Without these improvements, logs will be harder to search for and visualize in Grafana. Refer to the Platform API's logging structure for guidance:
The following changes to the logging would have large effects downstream in our observability tools:
msg
to provide the primary message of a log, andlevel
to provide the logging level, etc would also help the downstream infrastructure.Without these improvements, logs will be harder to search for and visualize in Grafana. Refer to the Platform API's logging structure for guidance:
The text was updated successfully, but these errors were encountered: