
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
9 lines
349 B
YAML
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`.
|