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); }