mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Revert accidental change.
This commit is contained in:
parent
7d9f441020
commit
a37bdba8fe
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue