Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b05a0ec

Browse files
committedNov 12, 2017
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)
Please sign in to comment.