Challenge: Applying Logging Interceptors

Test yourself by registering gRPC logging interceptors.

We'll cover the following

Overview

Using the project below, perform the tasks highlighted in the requirements section.

Requirements

In the setup below, we have gRPC client and server applications, both of which contain logging interceptors. However, neither one of these interceptors is currently registered in the gRPC middleware. We'll need to add them to the middleware so that any type of gRPC call is logged by them.

Get hands-on with 1200+ tech skills courses.