Skip to content

Commit

Permalink
update bootstrap config
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jun 21, 2013
1 parent cb24dbb commit b6a2c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Console/Templates/skel/Config/bootstrap.php
Expand Up @@ -89,12 +89,12 @@
*/
App::uses('CakeLog', 'Log');
CakeLog::config('debug', array(
'engine' => 'FileLog',
'engine' => 'File',
'types' => array('notice', 'info', 'debug'),
'file' => 'debug',
));
CakeLog::config('error', array(
'engine' => 'FileLog',
'engine' => 'File',
'types' => array('warning', 'error', 'critical', 'alert', 'emergency'),
'file' => 'error',
));

0 comments on commit b6a2c2a

Please sign in to comment.