undo cake log path changes

This commit is contained in:
Isaac Connor 2017-06-08 12:21:51 -04:00
parent 86b3b10d5a
commit 84fd80b242
1 changed files with 2 additions and 2 deletions

View File

@ -100,12 +100,12 @@ App::uses('CakeLog', 'Log');
CakeLog::config('debug', array(
'engine' => 'File',
'types' => array('notice', 'info', 'debug'),
'file' => '@ZM_LOGDIR@/cake_debug',
'file' => 'cake_debug',
));
CakeLog::config('error', array(
'engine' => 'File',
'types' => array('warning', 'error', 'critical', 'alert', 'emergency'),
'file' => '@ZM_LOGDIR@/cake_error',
'file' => 'cake_error',
));
CakeLog::config('custom_path', array(
'engine' => 'File',