icingaweb2_dev: change default log level to `DEBUG'

This commit is contained in:
Alexander Klimov 2014-11-25 17:46:29 +01:00
parent 13059aa236
commit 777ced392f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ file = "/var/log/icingaweb.log"
;application = "icingaweb"
;facility = "LOG_USER"
level = ERROR
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: