diff --git a/HttpServer/Events/OnWorkerStart.php b/HttpServer/Events/OnWorkerStart.php index 266de161..ebc759a2 100644 --- a/HttpServer/Events/OnWorkerStart.php +++ b/HttpServer/Events/OnWorkerStart.php @@ -45,6 +45,7 @@ class OnWorkerStart extends Callback } else { $this->onWorker($server, $worker_id); } + $this->debug(sprintf('%s #%d Pid:%d start.', ucfirst(env('environmental')), $worker_id, $server->worker_pid)); // Coroutine\go([$this, 'onSignal'], $server, $worker_id); }