From 9560abefdda60de44611a82296291733818d3bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 2 Dec 2020 17:29:53 +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 --- HttpServer/Events/OnRequest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HttpServer/Events/OnRequest.php b/HttpServer/Events/OnRequest.php index caa00d88..ad525b85 100644 --- a/HttpServer/Events/OnRequest.php +++ b/HttpServer/Events/OnRequest.php @@ -62,8 +62,8 @@ class OnRequest extends Callback } catch (Error | \Throwable $exception) { return $this->sendErrorMessage($exception); } finally { - $logger = Snowflake::app()->getLogger(); - $logger->write(JSON::encode($request), 'request'); +// $logger = Snowflake::app()->getLogger(); +// $logger->write(JSON::encode($request), 'request'); } }