]> granicus.if.org Git - icinga2/commitdiff
Documentation: remove log_path from icingaApplication as well (refs #3277)
authorMichael Friedrich <michael.friedrich@gmail.com>
Mon, 15 Oct 2012 22:06:21 +0000 (00:06 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Mon, 15 Oct 2012 22:06:21 +0000 (00:06 +0200)
docs/icinga2-config.txt

index 659e4d21f7c956aace0910443cdab5b7c6bf21b6..70cdd2288515d32ea387382ff3c539551598e670 100644 (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
 ^^^^^^^^^^^^^^^^^^^^^