From 586d53d585918060bfd53b773aa3aa19bb2aa0fb Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 5 Jan 2024 13:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=97=A5=E5=BF=97=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/common/command/admin/VersionBase.php | 4 ++-- extend/think/log/driver/DebugMysql.php | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/extend/base/common/command/admin/VersionBase.php b/extend/base/common/command/admin/VersionBase.php index 1a75d47..3020ca3 100644 --- a/extend/base/common/command/admin/VersionBase.php +++ b/extend/base/common/command/admin/VersionBase.php @@ -12,12 +12,12 @@ use think\console\Output; class VersionBase extends Command { - public const VERSION = 'v2.0.87'; + public const VERSION = 'v2.0.88'; public const LAYUI_VERSION = '2.8.17'; public const COMMENT = [ - '修复命名空间错误', + '关闭日志测试', '发布新版本', ]; diff --git a/extend/think/log/driver/DebugMysql.php b/extend/think/log/driver/DebugMysql.php index 524ae5c..20b1744 100644 --- a/extend/think/log/driver/DebugMysql.php +++ b/extend/think/log/driver/DebugMysql.php @@ -27,7 +27,7 @@ class DebugMysql implements LogHandlerInterface protected $fileLogTimes = 0; - public $devMode = true; + public $devMode = false; /** * 服务器断线标识字符. @@ -178,7 +178,6 @@ class DebugMysql implements LogHandlerInterface $this->devLog('reconnect ' . $this->reConnectTimes); $this->saveByConnect($log_data); } else { - dump($th); $this->saveByFile($log_data); } }