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

Commit 7c6801e

Browse files
committed
log statements in tap tests
1 parent 8e6b732 commit 7c6801e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cluster.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ sub configure
116116
my $unix_sock_dir = $ENV{PGHOST};
117117

118118
$node->append_conf("postgresql.conf", qq(
119-
log_statement = none
119+
log_statement = all
120120
listen_addresses = '$host'
121121
unix_socket_directories = '$unix_sock_dir'
122122
port = $pgport
@@ -141,7 +141,7 @@ sub configure
141141
multimaster.max_nodes = 6
142142
multimaster.ignore_tables_without_pk = false
143143
multimaster.queue_size = 4194304
144-
log_line_prefix = '%t: '
144+
log_line_prefix = '%t [%p]: '
145145
));
146146

147147
$node->append_conf("pg_hba.conf", qq(

0 commit comments

Comments
 (0)