tests: Minimize syslog activity by slapd
authorAndres Freund
Fri, 17 Mar 2023 00:48:47 +0000 (17:48 -0700)
committerAndres Freund
Fri, 17 Mar 2023 02:38:02 +0000 (19:38 -0700)
commitb9f8d1cbad7cdc4d0d29c5cdbb14e179a7111439
tree2edae1b009e532ad482a3664625143df2a99c40c
parent98ae2c84a49e45c0434c7e1a55bb2fc71582f561
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[email protected]
Backpatch: 11-
src/test/ldap/LdapServer.pm