From 3af7e2591bab17c1b76017ffac8455fbf5e133d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannis=20Mo=C3=9Fhammer?= Date: Tue, 27 Aug 2013 16:32:54 +0200 Subject: [PATCH] Modify default log path refs #4491 refs #4605 --- config/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.ini b/config/config.ini index e10e68a6f..1f58cd4e0 100755 --- a/config/config.ini +++ b/config/config.ini @@ -16,13 +16,13 @@ timeFormat = "g:i A" enable = "1" type = "stream" verbose = "1" -target = "/tmp/icinga2.log" +target = "/etc/icinga2-web/icinga2.log" ; For development and debug purposes: Logs additional (non critical) events to a ; seperate log debug.enable = "1" debug.type = "stream" -debug.target = "/tmp/icinga2.debug.log" +debug.target = "/etc/icinga2-web/icinga2.debug.log" ; Use ini store to store preferences on local disk [preferences]