Ensures SQL instances for PostgreSQL type have log connections flag enabled.
SQL instance for PostgreSQL databases provides log_connections 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 all connection tries
Ensure that log connections flag is enabled for all PostgreSQL instances.