pgsql: Change the LOG level in 040_standby_failover_slots_sync.pl to DE

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change the LOG level in 040_standby_failover_slots_sync.pl to DE
Date: 2024-02-16 04:52:50
Message-ID: E1raqDS-006TOr-5U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change the LOG level in 040_standby_failover_slots_sync.pl to DEBUG2.

Temporarily change the log level of 040_standby_failover_slots_sync.pl to
DEBUG2. This is to get more information about BF failures. We will reset
it back to default once the tests are stabilized.

Author: Hou Zhijie
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/514f6f2f-6833-4539-39f1-96cd1e011f23@enterprisedb.com
Discussion: https://postgr.es/m/OS0PR01MB571633C23B2A4CAC5FB0371A944C2@OS0PR01MB5716.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d9e225f275b7d27e6d2b196f5c528f9ad8a39abf

Modified Files
--------------
src/test/recovery/t/040_standby_failover_slots_sync.pl | 13 +++++++++++++
1 file changed, 13 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-02-16 06:11:51 pgsql: Fix the incorrect format specifier used in commit 7a424ece48.
Previous Message Amit Kapila 2024-02-16 03:41:27 pgsql: Add more LOG and DEBUG messages for slot synchronization.