Debug Level
This commit is contained in:
parent
cf5d50ea2e
commit
ef3842021f
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user