puppet: Move config.ini to icingaweb2_dev's templates directory

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 09:57:54 +01:00
parent 275976cecc
commit 023b3c5e64
2 changed files with 7 additions and 26 deletions

View File

@ -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"

View File

@ -0,0 +1,7 @@
[logging]
log = "file"
file = "/var/log/<%= @log %>/icingaweb.log"
level = DEBUG
[preferences]
type = "ini"