From: Michael Friedrich Date: Mon, 15 Oct 2012 22:06:21 +0000 (+0200) Subject: Documentation: remove log_path from icingaApplication as well (refs #3277) X-Git-Tag: v0.0.1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56e63838b065014dcae14f1262a589ff7bec0574;p=icinga2 Documentation: remove log_path from icingaApplication as well (refs #3277) --- diff --git a/docs/icinga2-config.txt b/docs/icinga2-config.txt index 659e4d21f..70cdd2288 100644 --- a/docs/icinga2-config.txt +++ b/docs/icinga2-config.txt @@ -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 ^^^^^^^^^^^^^^^^^^^^^