From 27ba8122537fb8446c9ca079538d47fc6af3c69c Mon Sep 17 00:00:00 2001 From: ycc Date: Thu, 26 Nov 2020 11:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/wwwlog/controllers/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index 4e25d0c8..402eaad6 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -80,9 +80,9 @@ AND NOT request_uri : "/index.php" $this->wwwlogs_model->add('wwwlogs',$LogData); } } catch (Aliyun_Log_Exception $ex) { - logVarDump($ex); + print_r($ex); } catch (Exception $ex) { - logVarDump($ex); + print_r($ex); } }