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