Skip logging for Missing Exceptions on CakePHP
This plugin only set Exception.skipLog., (*1)
Skip Exceptions is:, (*2)
- MissingControllerException
- MissingActionException
- PrivateActionException
Installation
You can install this plugin into your CakePHP application using composer., (*3)
The recommended way to install composer packages is:, (*4)
composer require nojimage/skip-missing-exception-log
You will need to add the following line to your application's bootstrap.php file:, (*5)
CakePlugin::load('SkipMissingExceptionLog', array('bootstrap' => true));
Note
This plugin only run debug=0., (*6)