How to log all requests for an http4s client

I want to log all the requests my application makes. The application makes several call like this: val client: Client = org.http4s.client.blaze.SimpleHttp1Client(...) client.fetch(Request(method =...