diff options
author | Andres Freund <andres@anarazel.de> | 2023-03-16 17:48:47 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2023-03-16 19:38:03 -0700 |
commit | fd65711f3b662b69d4594f3be502c2be0409a4dc (patch) | |
tree | 0724e456ab31cf24a5c82e06d8333d447ce5c058 | |
parent | e8a774d00779af85863d2f798e6256ef7fb59e23 (diff) | |
download | postgresql-fd65711f3b662b69d4594f3be502c2be0409a4dc.tar.gz postgresql-fd65711f3b662b69d4594f3be502c2be0409a4dc.zip |
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-
-rw-r--r-- | src/test/ldap/t/001_auth.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ldap/t/001_auth.pl b/src/test/ldap/t/001_auth.pl index 3f7bea9aa6c..f2f8f27c3a5 100644 --- a/src/test/ldap/t/001_auth.pl +++ b/src/test/ldap/t/001_auth.pl @@ -90,6 +90,7 @@ include $ldap_schema_dir/inetorgperson.schema pidfile $slapd_pidfile logfile $slapd_logfile +logfile-only on access to * by * read |