Hi, I was wondering if supabase is just sending the pre-configured logs in its log drain feature. I currently have a middleware ec2 instance that takes logs from supabase, and, in the event that a ddl operation is performed, appends the users email to the log (using the user ID), and sends it to datadog.
I don't see any of the pg_audit logs currently coming through, so I am wondering if they are even sent in log drains. Is there any way around this?