Skip to content

Commit b9f8d1c

Browse files
committed
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-
1 parent 98ae2c8 commit b9f8d1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ldap/LdapServer.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ sub new
169169
170170
pidfile $slapd_pidfile
171171
logfile $slapd_logfile
172+
logfile-only on
172173
173174
access to *
174175
by * read

0 commit comments

Comments
 (0)