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
It's a common pattern to have a logger saved into the context.Context so that various pieces of information can be added to it - trace ID, user ID, etc. The problem is that the library doesn't support passing the context into the logger.
kynetiv, kayvonkhosrowpour, jessicab4, imsatasia, jcass8695 and 5 more