Connection IP in supavisor_logs?
In the Supabase Logs Explorer, is it possible to get the IP of the machine that is connecting to the shared pool?
In other words, if I were connecting to it from my development machine, it would be the IP of my development machine.
I've found that
connection_from
is available in postgres_logs
and IP addresses can be seen in event_message
in pgbouncer_logs
, but I haven't been able to find an equivalent in supavisor_logs
yet.
I'd be very grateful for any help you can provide. 🙂0 Replies