You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
William Barrett edited this page Apr 29, 2021
·
8 revisions
If the Audit plugin fails to install, error messages will be logged in the PostgreSQL error log. The log file location is configured in the postgresql.conf configuration
file. You can see the log destination (syslog, a file or something else)
using the command:
show log_destination;
Check the error log for Audit plugin messages to better understand what is happening during the install process.
If there is a problem after installation, you can enable debug logging in the plugin by putting
`isecgaudit.debug_logs = 1`
in postgresql.conf and restarting PostgreSQL.
See also the Known Limitations with respect to version mismatches between the plugin and PostgreSQL.