pgsql: tests: Minimize syslog activity by slapd

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: tests: Minimize syslog activity by slapd
Date: 2023-03-17 02:38:38
Message-ID: E1pczzJ-003vIt-Mm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

tests: Minimize syslog activity by slapd

Until now the tests using slapd spammed syslog for every connection /
query. Use logfile-only to prevent syslog activity. Unfortunately that only
takes effect after logging the first message, but that's still much better
than the prior situation.

Discussion: https://postgr.es/m/20230311233708.3yjdbjkly2q4gq2j@awork3.anarazel.de
Backpatch: 11-

Branch
------
REL_14_STABLE

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

Modified Files
--------------
src/test/ldap/t/001_auth.pl | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-03-17 02:50:50 pgsql: Fix incorrect logic for determining safe WindowAgg run condition
Previous Message Michael Paquier 2023-03-17 01:56:06 pgsql: libpq: Remove code for SCM credential authentication