aboutsummaryrefslogtreecommitdiff
path: root/src/test/authentication/t/007_pre_auth.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/authentication/t/007_pre_auth.pl')
-rw-r--r--src/test/authentication/t/007_pre_auth.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/authentication/t/007_pre_auth.pl b/src/test/authentication/t/007_pre_auth.pl
index 12e40dc722c..7b3765e6d25 100644
--- a/src/test/authentication/t/007_pre_auth.pl
+++ b/src/test/authentication/t/007_pre_auth.pl
@@ -20,7 +20,7 @@ my $node = PostgreSQL::Test::Cluster->new('primary');
$node->init;
$node->append_conf(
'postgresql.conf', q[
-log_connections = on
+log_connections = 'receipt,authentication'
]);
$node->start;