Dhinakaran R <dhiraam.postgre...@gmail.com> wrote on 2020/11/07 02:03:22 PM:
> > I had installed PostgreSQL 11.9 and pgaudit 1.3.2. updated > > shared_preload_libraries, restarted PostgreSQL, created an extension for > > pgaudit and set parameters for pgaudit in postgresql.conf. But > > surprisingly pgaudit.log is not getting picked up and neither able to > > set it manually. > > pgaudit.log = 'write, role, ddl, misc_set' misc_set was added in pgAudit 1.4, if you remove that it will likely work. pgAudit should probably log when it has an invalid parameter. Brad.