Skip to content

Commit

Permalink
Update `icingaweb2_dev' profile's file 'config.ini'
Browse files Browse the repository at this point in the history
refs #6842
  • Loading branch information
Al2Klimov committed Oct 20, 2014
1 parent 570b31f commit 3c10d47
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .vagrant-puppet/profiles/icingaweb2_dev/files/config.ini
@@ -1,25 +1,26 @@
[logging]
enable = true
; Writing to a Stream
type = "file"
log = "file"
; Write data to the following file
target = "/var/log/icingaweb.log"
file = "/var/log/icingaweb.log"
; Write data to a PHP stream
;target = "php://output"
;file = "php://output"

; Writing to the System Log
;type = "syslog"
;log = "syslog"
; Prefix all syslog messages generated with the string "icingaweb"
;application = "icingaweb"
;facility = "LOG_USER"
;application = "icingaweb"
;facility = "LOG_USER"

level = 3
; The default level is DEBUG, which means that only events of this level and
; above will be tracked. Level numbers descend in order of importance where
; ERROR (0) is the most important level and DEBUG (3) is the least important
; level:
level = ERROR
; The default level is ERROR, which means that only events of this level (and
; above) will be tracked. Level names descend in order of importance where
; ERROR is the most important level and DEBUG is the least important level:
;
; ERROR = 0 - Error: error conditions
; WARNING = 1 - Warning: warning conditions
; INFO = 2 - Informational: informational messages
; DEBUG = 3 - Debug: debug messages
; ERROR - Error: error conditions
; WARNING - Warning: warning conditions
; INFO - Informational: informational messages
; DEBUG - Debug: debug messages

[preferences]
type = "ini"

0 comments on commit 3c10d47

Please sign in to comment.