mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Update skel directory logging configuration.
This commit is contained in:
parent
8bc17996dc
commit
513851d1c1
1 changed files with 2 additions and 2 deletions
|
@ -98,11 +98,11 @@ Configure::write('Dispatcher.filters', array(
|
|||
App::uses('CakeLog', 'Log');
|
||||
CakeLog::config('debug', array(
|
||||
'engine' => 'FileLog',
|
||||
'scopes' => array('notice', 'info', 'debug'),
|
||||
'types' => array('notice', 'info', 'debug'),
|
||||
'file' => 'debug',
|
||||
));
|
||||
CakeLog::config('error', array(
|
||||
'engine' => 'FileLog',
|
||||
'scopes' => array('warning', 'error', 'critical', 'alert', 'emergency'),
|
||||
'types' => array('warning', 'error', 'critical', 'alert', 'emergency'),
|
||||
'file' => 'error',
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue