We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6b732 commit 7c6801eCopy full SHA for 7c6801e
Cluster.pm
@@ -116,7 +116,7 @@ sub configure
116
my $unix_sock_dir = $ENV{PGHOST};
117
118
$node->append_conf("postgresql.conf", qq(
119
- log_statement = none
+ log_statement = all
120
listen_addresses = '$host'
121
unix_socket_directories = '$unix_sock_dir'
122
port = $pgport
@@ -141,7 +141,7 @@ sub configure
141
multimaster.max_nodes = 6
142
multimaster.ignore_tables_without_pk = false
143
multimaster.queue_size = 4194304
144
- log_line_prefix = '%t: '
+ log_line_prefix = '%t [%p]: '
145
));
146
147
$node->append_conf("pg_hba.conf", qq(
0 commit comments