Files
puppet-openstacklib/releasenotes/notes/openstacklib-wsgi-apache-log-level-f0f1567b27c64ac0.yaml
Bogdan Dobrelya f780769122 Add parameter for Apache LogLevel in error logfile
Add the log_level parameter to control LogLevel for Apache vhost.
By default, Apache only logs warnings and errors in its errors logfile,
while request timeouts are logged by mod_reqtimeout at LogLevel info.
Default error_log_level value is not defined, which corresponds to
the default Apache's LogLevel warn.

Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Change-Id: I6d55e1e7cda191ab03b90de51fea5a063d57ca63
2022-04-15 23:28:18 +09:00

9 lines
349 B
YAML

---
features:
- |
Add `log_level` parameter to control `LogLevel` for Apache vhost.
By default, Apache only logs warnings and errors in its errors logfile,
while request timeouts are logged by `mod_reqtimeout` at LogLevel info.
Default `log_level` value is not defined, which corresponds to
the default Apache `LogLevel warn`.