pg_audit in log drains.
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?
3 Replies
Just figured it out thanks for the reply! (It was my fault)
No worries, mind sharing what you did/the issue (to help future users)