From 8cfcb18d6a2c5cf6fba6467ee020bd0a31b43657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 31 Mar 2023 10:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/Pool/Pool.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kiri-engine/Pool/Pool.php b/kiri-engine/Pool/Pool.php index 7ba76396..e2810563 100644 --- a/kiri-engine/Pool/Pool.php +++ b/kiri-engine/Pool/Pool.php @@ -59,11 +59,6 @@ class Pool extends Component $connection->stopHeartbeatCheck(); } } - if (\Kiri::isWorker() || \Kiri::isTask()) { - $state = json_encode($channel->stats(), JSON_UNESCAPED_UNICODE); - - $this->logger->warning('channel status(' . env('environmental_workerId') . '): ' . $state); - } }