Browse Source

change log level

stanley-king 2 years ago
parent
commit
f14482eac3
1 changed files with 2 additions and 2 deletions
  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;