Skip to content

Commit e304e50

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 1c0d4af commit e304e50

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
@@ -78,6 +78,7 @@
7878
7979
pidfile $slapd_pidfile
8080
logfile $slapd_logfile
81+
logfile-only on
8182
8283
access to *
8384
by * read

0 commit comments

Comments
 (0)