mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
Log -> Base,
pgaudit.log = 'ddl', pgaudit.log_parameter='off'
Hipaa -> Extended.
pgaudit.log = 'all, -misc', pgaudit.log_parameter='off'
add new level Full:
pgaudit.log='all', pgaudit.log_parameter='on'
Keep old parameter names for compatibility,
until cplane side changes are implemented and released.
closes https://github.com/neondatabase/cloud/issues/27202