Revert accidental change.

This commit is contained in:
mark_story 2012-05-15 21:07:43 -04:00
parent 7d9f441020
commit a37bdba8fe

View file

@ -369,9 +369,8 @@ class CakeLog {
* @return void
*/
protected static function _autoConfig() {
self::$_Collection->load('error', array(
self::$_Collection->load('default', array(
'engine' => 'FileLog',
'types' => array('warning', 'error', 'critical', 'alert', 'emergency'),
'path' => LOGS,
));
}