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:04 -0700 |
commit | f6f5acc6bc1e162d67b3944f18750f0ae13d2e8e (patch) | |
tree | 8f7f63f2d30b22e1c1d0d28bfcb91e886507fbbb /src | |
parent | 77a8133c959b9b1facee5fb86755444fe84cd9ce (diff) | |
download | postgresql-f6f5acc6bc1e162d67b3944f18750f0ae13d2e8e.tar.gz postgresql-f6f5acc6bc1e162d67b3944f18750f0ae13d2e8e.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-
Diffstat (limited to 'src')
-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 |