puppet: Move config.ini to icingaweb2_dev's templates directory
refs #6842
This commit is contained in:
parent
275976cecc
commit
023b3c5e64
|
@ -1,26 +0,0 @@
|
|||
[logging]
|
||||
; Writing to a Stream
|
||||
log = "file"
|
||||
; Write data to the following file
|
||||
file = "/var/log/icingaweb.log"
|
||||
; Write data to a PHP stream
|
||||
;file = "php://output"
|
||||
|
||||
; Writing to the System Log
|
||||
;log = "syslog"
|
||||
; Prefix all syslog messages generated with the string "icingaweb"
|
||||
;application = "icingaweb"
|
||||
;facility = "LOG_USER"
|
||||
|
||||
level = DEBUG
|
||||
; 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 - Error: error conditions
|
||||
; WARNING - Warning: warning conditions
|
||||
; INFO - Informational: informational messages
|
||||
; DEBUG - Debug: debug messages
|
||||
|
||||
[preferences]
|
||||
type = "ini"
|
|
@ -0,0 +1,7 @@
|
|||
[logging]
|
||||
log = "file"
|
||||
file = "/var/log/<%= @log %>/icingaweb.log"
|
||||
level = DEBUG
|
||||
|
||||
[preferences]
|
||||
type = "ini"
|
Loading…
Reference in New Issue