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
For now, the loggers uses additional information from context, but doing a custom logger makes it hard to get those info as each one should be unwrapped from the context.
So we should make it explicitly passed by argument in the generated code and remove the context embedding in loggers (not in the generated code though).
The text was updated successfully, but these errors were encountered:
For now, the loggers uses additional information from context, but doing a custom logger makes it hard to get those info as each one should be unwrapped from the context.
So we should make it explicitly passed by argument in the generated code and remove the context embedding in loggers (not in the generated code though).
The text was updated successfully, but these errors were encountered: