Debug Level

This commit is contained in:
Michael RICOIS 2017-04-13 12:11:12 +02:00
parent 1760970994
commit 4cd7f19ce1

View File

@ -210,7 +210,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
} else {
$level = Logger::NOTICE;
}
$log->pushHandler(new StreamHandler($logFile), $level);
$log->pushHandler(new StreamHandler($logFile, $level));
$log->pushProcessor(new IntrospectionProcessor());
Zend_Registry::set('logger', $log);