Comment Console et ChromePHP handler to not disturb ajax request
This commit is contained in:
parent
2346302684
commit
b9b5c774e5
@ -115,7 +115,8 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
|||||||
|
|
||||||
// Console Handler
|
// Console Handler
|
||||||
if (in_array(APPLICATION_ENV, array('development', 'staging'))) {
|
if (in_array(APPLICATION_ENV, array('development', 'staging'))) {
|
||||||
$log->pushHandler(new ChromePHPHandler());
|
//$log->pushHandler(new BrowserConsoleHandler());
|
||||||
|
//$log->pushHandler(new ChromePHPHandler());
|
||||||
}
|
}
|
||||||
|
|
||||||
// File Handler
|
// File Handler
|
||||||
|
Loading…
Reference in New Issue
Block a user