Debugging #3498 I wished we had log messages for the HTTP requests that RSS makes to Sled Agents. I see that all requests made using a sled_agent_client::Client are logged at "debug" level. But our configs only keep "info" level messages (which I think makes sense). I'm not sure how best to proceed. We could make all sled_agent_client::Client messages "info"-level. That would affect other consumers, too. I'm not sure if that's a problem, if we have high-throughput latency-critical paths that hit the Sled Agent. It seems like maybe not?
Debugging #3498 I wished we had log messages for the HTTP requests that RSS makes to Sled Agents. I see that all requests made using a
sled_agent_client::Clientare logged at "debug" level. But our configs only keep "info" level messages (which I think makes sense). I'm not sure how best to proceed. We could make allsled_agent_client::Clientmessages "info"-level. That would affect other consumers, too. I'm not sure if that's a problem, if we have high-throughput latency-critical paths that hit the Sled Agent. It seems like maybe not?