(Context: Ubuntu 20.04, now 22.04 but same issue in both. Running in a proxmox VM. Weewx 5.2.0)
My windy plugin is getting continual connection errors (see below). The debug log isn't exactly helpful.
QUESTION: is there a way to enable more detailed debug of the weewx.restx facility? Ideally I would love to see the data sent/received via restx. That would help me understand what might be wrong. This is supposedly a very simple plugin (only parameter is a key, which is correct.)
Log example now:
```
Oct 16 11:15:51 wx-papapete weewxd[5006]: DEBUG weewx.restx: Windy: Failed upload attempt 3: HTTP Error 400: Bad Request
Oct 16 11:15:51 wx-papapete weewxd[5006]: ERROR weewx.restx: Windy: Failed to publish record 2025-10-16 11:15:00 MDT (1760634900): Failed upload after 3 tries
```