From 667ed249a1c723f876c22c3c6b251ac04bf97c61 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 19 Aug 2024 04:01:16 +0200 Subject: [PATCH] fix(openldap): Clarify logging default --- templates.d/openldap/fqdn_context.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates.d/openldap/fqdn_context.env b/templates.d/openldap/fqdn_context.env index 870d3d0..479ba92 100644 --- a/templates.d/openldap/fqdn_context.env +++ b/templates.d/openldap/fqdn_context.env @@ -5,10 +5,11 @@ {% for key in ls(VAULT_KEY|add:"/data") %} {{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }} {% endfor %} + # For logging details and setup instructions you may want to # check https://www.openldap.org/doc/admin26/slapdconfig.html # -# stats log connections/operations/results +# Stats log connections/operations/results (this is the default): # LDAP_LOGLEVEL=256 # Or enable all log levels: # LDAP_LOGLEVEL=-1