Ensures SQL instances for PostgreSQL type have log disconnections flag enabled.
SQL instance for PostgreSQL databases provides log_disconnections flag. It is used to log every attempt to connect to the DB server. It is not enabled by default. Enabling it will make sure to log anyone who disconnects from the instance.
Ensure that log disconnections flag is enabled for all PostgreSQL instances.