Debug Level

This commit is contained in:
Michael RICOIS 2017-04-13 12:11:34 +02:00
parent cf5d50ea2e
commit ef3842021f

View File

@ -125,7 +125,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
} else {
$level = Logger::NOTICE;
}
$log->pushHandler(new StreamHandler($logFile), $level);
$log->pushHandler(new StreamHandler($logFile, $level));
// Processor
$log->pushProcessor(new IntrospectionProcessor());