Skip to content

Commit 54f07ce

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 8fcd151 commit 54f07ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ldap/t/001_auth.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
7676
pidfile $slapd_pidfile
7777
logfile $slapd_logfile
78+
logfile-only on
7879
7980
access to *
8081
by * read

0 commit comments

Comments
 (0)