Fix invalid default logging configuration
This commit is contained in:
parent
506cfe214b
commit
fa797de05f
|
@ -14,7 +14,7 @@ timeFormat = "g:i A"
|
||||||
[logging]
|
[logging]
|
||||||
enable = true
|
enable = true
|
||||||
; Writing to a Stream
|
; Writing to a Stream
|
||||||
type = "stream"
|
type = "file"
|
||||||
; Write data to the following file
|
; Write data to the following file
|
||||||
target = "@icingaweb_log_path@/icingaweb.log"
|
target = "@icingaweb_log_path@/icingaweb.log"
|
||||||
; Write data to a PHP stream
|
; Write data to a PHP stream
|
||||||
|
@ -22,8 +22,8 @@ target = "@icingaweb_log_path@/icingaweb.log"
|
||||||
|
|
||||||
; Writing to the System Log
|
; Writing to the System Log
|
||||||
;type = "syslog"
|
;type = "syslog"
|
||||||
; Prefix all syslog messages generated with the string "Icinga Web"
|
; Prefix all syslog messages generated with the string "icingaweb"
|
||||||
;application = "Icinga Web"
|
;application = "icingaweb"
|
||||||
;facility = "LOG_USER"
|
;facility = "LOG_USER"
|
||||||
|
|
||||||
level = 1
|
level = 1
|
||||||
|
|
Loading…
Reference in New Issue