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 { } else {
$level = Logger::NOTICE; $level = Logger::NOTICE;
} }
$log->pushHandler(new StreamHandler($logFile), $level); $log->pushHandler(new StreamHandler($logFile, $level));
// Processor // Processor
$log->pushProcessor(new IntrospectionProcessor()); $log->pushProcessor(new IntrospectionProcessor());