Reduce the log level in 035_standby_logical_decoding.pl.
authorAmit Kapila <[email protected]>
Tue, 25 Apr 2023 03:03:09 +0000 (08:33 +0530)
committerAmit Kapila <[email protected]>
Tue, 25 Apr 2023 03:03:09 +0000 (08:33 +0530)
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

src/test/recovery/t/035_standby_logical_decoding.pl

index 20838d49b53bff339a66c02a96954183aa604692..b8f5311fe9026297c7ba1ec95c07d8bb84fccc24 100644 (file)
@@ -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;