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

Commit 3034dc5

Browse files
author
Amit Kapila
committed
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
1 parent 806fad7 commit 3034dc5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ sub check_for_invalidation
235235
wal_level = 'logical'
236236
max_replication_slots = 4
237237
max_wal_senders = 4
238-
log_min_messages = 'debug2'
239-
log_error_verbosity = verbose
240238
});
241239
$node_primary->dump_info;
242240
$node_primary->start;

0 commit comments

Comments
 (0)