stanley-king 2 rokov pred
rodič
commit
f14482eac3
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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;