From 777ced392fc20635317d65be8b50b9a18611ff61 Mon Sep 17 00:00:00 2001
From: Alexander Klimov <alexander.klimov@netways.de>
Date: Tue, 25 Nov 2014 17:46:29 +0100
Subject: [PATCH] icingaweb2_dev: change default log level to `DEBUG'

---
 .vagrant-puppet/profiles/icingaweb2_dev/files/config.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vagrant-puppet/profiles/icingaweb2_dev/files/config.ini b/.vagrant-puppet/profiles/icingaweb2_dev/files/config.ini
index 296915abe..0b0d03106 100644
--- a/.vagrant-puppet/profiles/icingaweb2_dev/files/config.ini
+++ b/.vagrant-puppet/profiles/icingaweb2_dev/files/config.ini
@@ -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: