Using Vault with logs
I am starting to use Supabase Vault for the first time. I read here https://github.com/supabase/vault that you MUST turn off statement logging for the whole app. Is this still true? I feel like this would cause issues when I need to debug.
GitHub
GitHub - supabase/vault: Extension for storing encrypted secrets in...
Extension for storing encrypted secrets in the Vault - supabase/vault
3 Replies
I've not heard of any change and that is not part of turning on Vault on a hosted instance. BUT I don't think statement logging (showing the actual data) is turned on for Supabase instances by default for security.
Note it may also be Supabase has the logging set only to DDL.
Sort of confused by the vault use of statement_log....
Seems like it is
SET log_statement = 'ddl';
or none
.
ddl seems safe.
Interesting ok thank u