dbdrv: log one structured line per D1 round-trip
d1Conn.post is the single D1 HTTP chokepoint for exec, query, and batch operations. Emit one Debug record from that path with op, total_ms, and http_status for each client.Do round trip.
Thread an optional *slog.Logger through a driver.Connector used by OpenConfig via log.FromContext(ctx). Keep the registered-driver sql.Open path on slog.DiscardHandler so the pure-driver path and the existing 20 contract tests stay silent and dependency-light.
Add TestD1PostObservability coverage for captured debug logs, real non-2xx status, and the silent registered-driver path.
Patch category: upstreamable-core
Signed-off-by: Jer Miller <jer@solpbc.org>