pgsql: tests: Minimize syslog activity by slapd - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: tests: Minimize syslog activity by slapd
Date
Msg-id E1pczzJ-003vIq-MK@gemulon.postgresql.org
Whole thread Raw
List 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_15_STABLE

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: libpq: Remove code for SCM credential authentication
Next
From: David Rowley
Date:
Subject: pgsql: Fix incorrect logic for determining safe WindowAgg run condition