Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b05a0ec

Browse files
committed
do not log stmts in tap tests #2
1 parent 62697ed commit b05a0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cluster.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sub configure
8383
my $raftport = $node->{raftport};
8484

8585
$node->append_conf("postgresql.conf", qq(
86-
log_statement = off
86+
log_statement = none
8787
listen_addresses = '$host'
8888
unix_socket_directories = ''
8989
port = $pgport

0 commit comments

Comments
 (0)