From b5b2ad3f1961f9015adacf87db914cc27a819dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 15 Apr 2021 20:26:51 +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 --- System/Crontab/Zookeeper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Crontab/Zookeeper.php b/System/Crontab/Zookeeper.php index 8284a1de..d9cc2ffb 100644 --- a/System/Crontab/Zookeeper.php +++ b/System/Crontab/Zookeeper.php @@ -71,7 +71,7 @@ class Zookeeper extends Process $redis->del('crontab:' . $value); $result = $server->sendMessage($params, $workerId = random_int(0, $setting - 1)); - logger()->addError('send crontab to ' . $workerId . ' ' . intval($result)); + var_dump('send crontab to ' . $workerId . ' ' . intval($result)); } catch (\Throwable $exception) { logger()->addError($exception); }