File: openstacklib-wsgi-apache-log-level-f0f1567b27c64ac0.yaml

package info (click to toggle)
puppet-module-openstacklib 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: ruby: 4,500; python: 38; sh: 22; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
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`.