puppet-horizon/releasenotes/notes/add-access-log-format-fdbdd77c94ff1abd.yaml
Tobias Urdin a0468fd8cb Add access_log_format for WSGI
Adds the access_log_format parameter that can be used to set
the log format that is used in the vhosts that puppetlabs-apache
manages.

Adds the same parameter to the init class to make sure that you
can set it when managing apache from there and not including the
wsgi::apache class manually.

The default value of the parameter is the same as enforced in other
modules that has the access_log_format, which is false. That is the
default that the puppetlabs-apache module has.

Change-Id: Ie8ac84c6231ad55c5974a95b50238f0d006b6336
2018-12-10 14:49:00 +01:00

6 lines
165 B
YAML

---
features:
- |
Added horizon::access_log_format and horizon::wsgi::apache::access_log_format
that can be used to set the log format for the access log.