aboutsummaryrefslogtreecommitdiff
path: root/src/test/authentication/t/003_peer.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/authentication/t/003_peer.pl')
-rw-r--r--src/test/authentication/t/003_peer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/authentication/t/003_peer.pl b/src/test/authentication/t/003_peer.pl
index 2879800eacf..f2320b62c87 100644
--- a/src/test/authentication/t/003_peer.pl
+++ b/src/test/authentication/t/003_peer.pl
@@ -71,7 +71,7 @@ sub test_role
my $node = PostgreSQL::Test::Cluster->new('node');
$node->init;
-$node->append_conf('postgresql.conf', "log_connections = on\n");
+$node->append_conf('postgresql.conf', "log_connections = authentication\n");
# Needed to allow connect_fails to inspect postmaster log:
$node->append_conf('postgresql.conf', "log_min_messages = debug2");
$node->start;