mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-11 09:29:28 +00:00
Hub PR #464 moved scripting-console log streaming off the /scripts/logs WebSocket onto a Connect-RPC streaming service (ScriptLogsDashboard). The console command still dials ws://.../api/scripts/logs, a route the hub no longer serves, so it never streams and spins in its reconnect loop. Surface this in the command help (Short/Long) and as a runtime warning until the client is re-pointed at the Connect-RPC stream.