Files
puppet-openstacklib/releasenotes/notes/access_log_env_var-87f4bfd3356c6cd2.yaml
Benedikt Trefzer 981b4816bb add access_log_env_var for apache vhost
Allows to only requests with particular environment variables be logged.
Example: set a dontlog variable for healthchecks, so healthchecks are not
logged.

Change-Id: I4dea75f85d2e4a2287bdcce845c4b5fa05da0ddc
2023-11-25 10:49:40 +00:00

9 lines
243 B
YAML

---
features:
- |
Add access_log_env_var for apache vhost.
Allows that only requests with particular environment
variables set are logged.
Example: set a dontlog variable for healthchecks,
so healthchecks are not logged.