Up log level to NOTICE

This commit is contained in:
Michael RICOIS 2017-03-30 15:40:22 +02:00
parent 66031ac43b
commit 4dd354504e

View File

@ -208,7 +208,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
if (APPLICATION_ENV == 'development') { if (APPLICATION_ENV == 'development') {
$level = Logger::DEBUG; $level = Logger::DEBUG;
} else { } else {
$level = Logger::INFO; $level = Logger::NOTICE;
} }
$log->pushHandler(new StreamHandler($logFile), $level); $log->pushHandler(new StreamHandler($logFile), $level);
$log->pushProcessor(new IntrospectionProcessor()); $log->pushProcessor(new IntrospectionProcessor());