mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-23 01:38:11 +02:00
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" {
|
local object IcingaApplication "icinga" {
|
||||||
pid_path = "./var/run/icinga2.pid",
|
pid_path = "./var/run/icinga2.pid",
|
||||||
//log_path = "./var/log/icinga2/icinga2.log",
|
|
||||||
state_path = "./var/lib/icinga2/icinga2.state",
|
state_path = "./var/lib/icinga2/icinga2.state",
|
||||||
|
|
||||||
macros = {
|
macros = {
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
*/
|
*/
|
||||||
local object IcingaApplication "icinga" {
|
local object IcingaApplication "icinga" {
|
||||||
pid_path = "icinga2.pid",
|
pid_path = "icinga2.pid",
|
||||||
log_path = "icinga2.log",
|
|
||||||
state_path = "icinga2.state",
|
state_path = "icinga2.state",
|
||||||
|
|
||||||
macros = {
|
macros = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user