Kantu Logs - show [echo] only

Hi @admin. Just wondering if you have the opportunity to be implementing this change soon. Here’s an example of how I use it. Note that I also log it in a CSV file that the user can inspect later. But having it interactively show the progress would be great

CURRENT

[status] Playing macro MainModule
[echo] 6 - VOLKSWAGEN
[status] Running ‘SubModule’, called by ‘MainModule’
[status] Playing macro SubModule
[status] Finished running ‘SubModule’, returning to ‘MainModule’
[status] Playing macro MainModule
[echo] 7 - DAIMLER
[status] Running ‘SubModule’, called by ‘MainModule’
[status] Playing macro SubModule
[status] Finished running ‘SubModule’, returning to ‘MainModule’
[status] Playing macro MainModule
[echo] 8 - ALLIANZ
[status] Running ‘SubModule’, called by ‘MainModule’
[status] Playing macro SubModule
[warning] Web page connection issue. Retrying last command.
[status] Finished running ‘SubModule’, returning to ‘MainModule’
[status] Playing macro MainModule
[echo] 9 - BMW GROUP

DESIRED - only show [echo]

[echo] 6 - VOLKSWAGEN
[echo] 7 - DAIMLER
[echo] 8 - ALLIANZ
[echo] 9 - BMW GROUP

With the CURRENT implementation, the user only sees the last 9 [echo] items as looks like the Logs window will show only about 60 lines. So all the [status] updates uses up the lines.

With the DESIRED implementation, user would see all the 39 items in the example I show above.

As always, thank you for all the work on UI.Vision / Kantu. Looking forward to see this implementation in a future release.