mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
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-
This commit is contained in:
parent
77a8133c95
commit
f6f5acc6bc
@ -75,6 +75,7 @@ include $ldap_schema_dir/inetorgperson.schema
|
|||||||
|
|
||||||
pidfile $slapd_pidfile
|
pidfile $slapd_pidfile
|
||||||
logfile $slapd_logfile
|
logfile $slapd_logfile
|
||||||
|
logfile-only on
|
||||||
|
|
||||||
access to *
|
access to *
|
||||||
by * read
|
by * read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user