Document the logging config option 'php'

This commit is contained in:
Eric Lippmann 2019-07-11 12:36:53 +02:00
parent 902e5d1cb8
commit 15b9a3e329
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module_path = "/usr/share/icingaweb2/modules"
Option | Description
-------------------------|-----------------------------------------------
log | **Optional.** Specifies the logging type. Can be set to `syslog`, `file` or `none`.
log | **Optional.** Specifies the logging type. Can be set to `syslog`, `file`, `php` (web server's error log) or `none`.
level | **Optional.** Specifies the logging level. Can be set to `ERROR`, `WARNING`, `INFORMATION` or `DEBUG`.
file | **Optional.** Specifies the log file path if `log` is set to `file`.
application | **Optional.** Specifies the application name if `log` is set to `syslog`.