Howdy! Is there any type of logging viewable for hyperdrive private database tunnels? I have a postgresql server that is connectable directly via ssh port forwarding, via the tunnel established for hyperdrive
cloudflared access tcp
cloudflared access tcp
, and of course on the machine itself. However, running the recommended test code (
const sql = postgres(env.XXXX.connectionString);
const sql = postgres(env.XXXX.connectionString);
) results in a connection timeout with no further info provided. Thanks!