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
I've been digging into the code of the logging interceptor, looking for a way to change the default messages associated with the StartCall and FinishCall events. Currently, the interceptor always logs started call and finished call, and I don't think there is a way to customize these messages, for example, to include the gRPC service name or any other desired information.
Are you planning to make these messages configurable?