From 56e63838b065014dcae14f1262a589ff7bec0574 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 16 Oct 2012 00:06:21 +0200 Subject: [PATCH] Documentation: remove log_path from icingaApplication as well (refs #3277) --- docs/icinga2-config.txt | 7 ------- 1 file changed, 7 deletions(-) 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 ^^^^^^^^^^^^^^^^^^^^^