When sled-agent fails to communicate with Nexus, it doesn't log the underlying error.
Example:
01:13:21.478Z WARN SledAgent: Received Error from Nexus for Get request: Communication Error: error sending request for url (http://_nexus._tcp.control-plane.oxide.internal:12221/sled-agents/<SLED_ID>)
file = sled-agent/src/nexus.rs:530
sled_id = <SLED_ID>
This issue is to ask for logging the whole error chain.