fix(openldap): Clarify logging default

This commit is contained in:
hygienic-books 2024-08-19 04:01:16 +02:00
parent b25275537a
commit 667ed249a1

View File

@ -5,10 +5,11 @@
{% for key in ls(VAULT_KEY|add:"/data") %} {% for key in ls(VAULT_KEY|add:"/data") %}
{{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }} {{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }}
{% endfor %} {% endfor %}
# For logging details and setup instructions you may want to # For logging details and setup instructions you may want to
# check https://www.openldap.org/doc/admin26/slapdconfig.html # 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 # LDAP_LOGLEVEL=256
# Or enable all log levels: # Or enable all log levels:
# LDAP_LOGLEVEL=-1 # LDAP_LOGLEVEL=-1