Octave edge - debugging aid - using the WP edge device command line

I have put together a simple Python script which runs in the WP based Octave Edge shell to aid development and debugging JavaScript edge actions.

It works by taking the Legato log and filtering / rearranging so that just edge action debug is output.

I’ve found this useful when working with multiple interacting edge actions.
It also works when the Edge device is not in developer mode.

Link https://github.com/johnofleek/Octave/tree/main/edgeDebug

Any feedback most welcome