Skip to content

Commit 0261b9a

Browse files
committed
add logging
1 parent b3f4ca2 commit 0261b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/KubernetesCluster.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ protected function watchLogsPath(string $path, Closure $callback, array $query =
267267

268268
$data = null;
269269

270+
\var_dump("Starting: " . \microtime(true));
270271
while (($data = fgets($sock)) == true) {
272+
\var_dump("Chunk part: " . \microtime(true));
271273
$call = call_user_func($callback, $data);
272274

273275
if (! is_null($call)) {

0 commit comments

Comments
 (0)