From cc0b34570703802ae9fd1e89d821e6faf0d05949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 5 Mar 2021 15:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Command.php b/Database/Command.php index b35325c4..737901c6 100644 --- a/Database/Command.php +++ b/Database/Command.php @@ -148,7 +148,7 @@ class Command extends Component $export['param'] = $this->params; $export['time'] = microtime(true) - $time; - logger()->debug(var_export($export, true), 'mysql'); + logger()->debug(print_r($export, true), 'mysql'); }