summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2023-04-25 08:33:09 +0530
committerAmit Kapila <akapila@postgresql.org>2023-04-25 08:33:09 +0530
commit3034dc56ef4b9bc1490e2b1e09fcdf3eeae53e8f (patch)
tree5947addfc6265bfe8bd5cb5e802cf117ed509345
parent806fad7573e2b44de57888e3c04eab8eec4a69a8 (diff)
downloadpostgresql-3034dc56ef4b9bc1490e2b1e09fcdf3eeae53e8f.tar.gz
Reduce the log level in 035_standby_logical_decoding.pl.
Reduce the log level in 035_standby_logical_decoding.pl as the test doesn't require the higher log level. This helps to shrink the output size and speed up the test a bit. Author: Bertrand Drouvot Discussion: https://postgr.es/m/2fefa454-5a70-2174-ddbf-4a0e41537139@gmail.com Discussion: https://postgr.es/m/523315.1681245505@sss.pgh.pa.us
-rw-r--r--src/test/recovery/t/035_standby_logical_decoding.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/recovery/t/035_standby_logical_decoding.pl b/src/test/recovery/t/035_standby_logical_decoding.pl
index 20838d49b5..b8f5311fe9 100644
--- a/src/test/recovery/t/035_standby_logical_decoding.pl
+++ b/src/test/recovery/t/035_standby_logical_decoding.pl
@@ -235,8 +235,6 @@ $node_primary->append_conf('postgresql.conf', q{
wal_level = 'logical'
max_replication_slots = 4
max_wal_senders = 4
-log_min_messages = 'debug2'
-log_error_verbosity = verbose
});
$node_primary->dump_info;
$node_primary->start;