Thread: pgsql: tests: Minimize syslog activity by slapd

pgsql: tests: Minimize syslog activity by slapd

From
Andres Freund
Date:
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_11_STABLE

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

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