After starting up the gRPC service, it will log ONLY the first request, which can make it harder to debug issues going on with the service.
We should log every request, though I'm not sure STDERR is the correct place to log any of these.
Also, while addressing this, we should make sure that it doesn't extend to other behaviors that may need to run on every request, but do not do so.