log remote stream scripts (#2572)

This commit is contained in:
Jason Dove
2025-10-28 09:49:48 -05:00
committed by GitHub
parent 0dbdcc3674
commit b1fbf651a2
@@ -62,6 +62,8 @@ public class InternalController : StreamingControllerBase
string[] split = remoteStream.Script.Split(" "); string[] split = remoteStream.Script.Split(" ");
if (split.Length > 0) if (split.Length > 0)
{ {
_logger.LogDebug("Remote stream script: {Arguments}", split.ToList());
Command command = Cli.Wrap(split.Head()); Command command = Cli.Wrap(split.Head());
if (split.Length > 1) if (split.Length > 1)
{ {