tests: Minimize syslog activity by slapd

Andres Freund <andres@anarazel.de>

Commit: b9f8d1cbad7cdc4d0d29c5cdbb14e179a7111439
Author: Andres Freund <andres@anarazel.de>
Date: 2023-03-17T02:38:02Z
Releases: 16.0
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-

Files

PathChange+/−
src/test/ldap/LdapServer.pm modified +1 −0

Discussion