Hey,
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?