diff --git a/System/Pool/ClientsPool.php b/System/Pool/ClientsPool.php index 4389868f..10be814f 100644 --- a/System/Pool/ClientsPool.php +++ b/System/Pool/ClientsPool.php @@ -92,7 +92,9 @@ class ClientsPool extends Component } $num[$key] += $channel->length(); - $this->debug('use client -> ' . $key . ':' . $total); + if (str_starts_with('Mysql', $key)) { + $this->debug('Worker #' . env('worker') . ' use client -> ' . $key . ':' . $total); + } $total += $channel->length(); }