Modify default log path

refs #4491
refs #4605
This commit is contained in:
Jannis Moßhammer 2013-08-27 16:32:54 +02:00
parent 782291ec84
commit 3af7e2591b
1 changed files with 2 additions and 2 deletions

View File

@ -16,13 +16,13 @@ timeFormat = "g:i A"
enable = "1" enable = "1"
type = "stream" type = "stream"
verbose = "1" verbose = "1"
target = "/tmp/icinga2.log" target = "/etc/icinga2-web/icinga2.log"
; For development and debug purposes: Logs additional (non critical) events to a ; For development and debug purposes: Logs additional (non critical) events to a
; seperate log ; seperate log
debug.enable = "1" debug.enable = "1"
debug.type = "stream" 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 ; Use ini store to store preferences on local disk
[preferences] [preferences]