Documentation: remove log_path from icingaApplication as well (refs #3277)

This commit is contained in:
Michael Friedrich 2012-10-16 00:06:21 +02:00
parent 677d8e00bf
commit 56e63838b0
1 changed files with 0 additions and 7 deletions

View File

@ -333,7 +333,6 @@ local object IcingaApplication "icinga" {
service = 7777,
pid_path = "./var/run/icinga2.pid",
log_path = "./var/log/icinga2.log",
state_path = "./var/lib/icinga2.state",
macros = {
@ -377,12 +376,6 @@ Attribute: pid_path
Optional. The path to the PID file. Defaults to "icinga.pid" in the current
working directory.
Attribute: log_path
^^^^^^^^^^^^^^^^^^^
Optional. The path to the logfile. This is a shortcut for creating a Logger
object of type "file" with the specified log path.
Attribute: state_path
^^^^^^^^^^^^^^^^^^^^^