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:05 -0700 |
commit | 54f07ced96e9125e5cdc9dd260e208687b533799 (patch) | |
tree | 3365225645578c1d98bff8b9ed3b5558daefd4c7 | |
parent | 8fcd1517f0d7d57fe9cf586a1419936ce90c5e97 (diff) | |
download | postgresql-54f07ced96e9125e5cdc9dd260e208687b533799.tar.gz postgresql-54f07ced96e9125e5cdc9dd260e208687b533799.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 2c279a922b5..5131ba2345a 100644 --- a/src/test/ldap/t/001_auth.pl +++ b/src/test/ldap/t/001_auth.pl @@ -75,6 +75,7 @@ include $ldap_schema_dir/inetorgperson.schema pidfile $slapd_pidfile logfile $slapd_logfile +logfile-only on access to * by * read |