Up log level to NOTICE
This commit is contained in:
parent
66031ac43b
commit
4dd354504e
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user