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 OpenTelemetry SDK by default handles "irredeemable" errors by logging then to stderr using the stdlib log package. We are neglecting to override this default, so OTEL logs are formatted differently from all other application logs.