nojimage / skip-missing-exception-log
Skip missing exceptions log for CakePHP
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.3.0
- cakephp/cakephp: ^2.4
README
This plugin only set Exception.skipLog
.
Skip Exceptions is:
- MissingControllerException
- MissingActionException
- PrivateActionException
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require nojimage/skip-missing-exception-log
You will need to add the following line to your application's bootstrap.php file:
CakePlugin::load('SkipMissingExceptionLog', array('bootstrap' => true));
Note
This plugin only run debug=0
.