-
Notifications
You must be signed in to change notification settings - Fork 1
Issues
Please report any issues to: https://github.com/mcafee/postgresql-audit/issues
This includes: bugs, feature requests and questions regarding installation/configuration/functionality.
Please try to describe the issue verbosely. Try to see if it reproduces and include a detailed description on how to reproduce.
Make sure to include the full PostgreSQL Server version and Audit Plugin version. To print PostgreSQL Server version: log into PostgreSQL and execute the command:
select version();
Please include with the issue all Audit plugin settings used for configuration in postgresl.conf
and the output of the Audit plugin 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;