Explorar el Código

change log level

stanley-king hace 2 años
padre
commit
f14482eac3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;