diff options
| author | Andres Freund | 2023-03-17 00:48:47 +0000 |
|---|---|---|
| committer | Andres Freund | 2023-03-17 02:38:06 +0000 |
| commit | b43d8e76ddfabfb710f80dd3095cd62c593e5ca8 (patch) | |
| tree | 38256bb460726ab8449575261b9f65b2579b3449 | |
| parent | b23f2a729c9e9b028091717df2fed11c95f98cd9 (diff) | |
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 e73e5401890..692e42c78e2 100644 --- a/src/test/ldap/t/001_auth.pl +++ b/src/test/ldap/t/001_auth.pl @@ -68,6 +68,7 @@ include $ldap_schema_dir/inetorgperson.schema pidfile $slapd_pidfile logfile $slapd_logfile +logfile-only on access to * by * read |
