Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. Configure::write('Exception', array(
  2.     'handler' => 'ErrorHandler::handleException',
  3.     'renderer' => 'ExceptionRenderer',
  4.     'log' => true,
  5.     'skipLog'=>array(
  6.         'MissingControllerException', // stufo di robots.txt e tutta la porcheria di 404 che logga in automatico ...
  7.         //'MissingActionException'
  8.     )
  9. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement