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
We're currently using env_logger for basic logging in the backend, but to really help us troubleshoot stuff in production we should migrate to the tracing crate. This has essentially the same API for basic logging, but it also enables us to use tracing spans and export trace data to external services such as Google Cloud Trace or AWS Distro. Doing this will help us troubleshoot problems in the backend and help identify performance issues.
The text was updated successfully, but these errors were encountered:
We're currently using env_logger for basic logging in the backend, but to really help us troubleshoot stuff in production we should migrate to the tracing crate. This has essentially the same API for basic logging, but it also enables us to use tracing spans and export trace data to external services such as Google Cloud Trace or AWS Distro. Doing this will help us troubleshoot problems in the backend and help identify performance issues.
The text was updated successfully, but these errors were encountered: