stanley-king 2 роки тому
батько
коміт
f14482eac3
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      core/framework/libraries/log.php

+ 2 - 2
core/framework/libraries/log.php

@@ -64,8 +64,8 @@ class Log
         $this->mAllFile = false;
         $this->mAllFileName = '';
 
-        $this->mCurLevel = self::ERR;
-        $this->mOpenSql = false;
+        $this->mCurLevel = self::DEBUG;
+        $this->mOpenSql = true;
 
         $this->mPathFileName = '';
         $this->mPathFile = false;