This is really a feature request but I'm not sure which repo it should be pointed towards(depthai-core?). In environments where there are multiple scripts it would be really nice for debugging to have output include the Script.scriptName property rather than the parent class's Node.name which is just "Script(#)"
Current:
[19443010……….MXID] [5.3] [1.973] [Script(0)] [warning] message
[19443010……….MXID] [5.3] [2.093] [Script(1)] [warning] message
Desired:
[19443010……….MXID] [5.3] [1.973] [Script(my_first_name)] [warning] message
[19443010……….MXID] [5.3] [2.093] [Script(my_second_name)] [warning] message
I think this will only become more helpful as RVC4 releases and the DepthAI devices are much more capable of larger/more busy workloads, though even now having 2 scripts it would be helpful.