mirror of https://github.com/Icinga/icinga2.git
Config: remove log_path config option from IcingaApplication (refs #3277)
This commit is contained in:
parent
3fe13b3ad3
commit
2468fa8f4d
|
@ -12,7 +12,6 @@
|
|||
*/
|
||||
local object IcingaApplication "icinga" {
|
||||
pid_path = "./var/run/icinga2.pid",
|
||||
//log_path = "./var/log/icinga2/icinga2.log",
|
||||
state_path = "./var/lib/icinga2/icinga2.state",
|
||||
|
||||
macros = {
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
*/
|
||||
local object IcingaApplication "icinga" {
|
||||
pid_path = "icinga2.pid",
|
||||
log_path = "icinga2.log",
|
||||
state_path = "icinga2.state",
|
||||
|
||||
macros = {
|
||||
|
|
Loading…
Reference in New Issue