This is the script I was talking about. It's a Java program you run on a PC and it listens for logs being recorded at saves them to a local file on your PC.
I couldn't find a convenient way to write logs from the Elevation to a local file on a PC, so I've built a very simple command-line utility which connects to logsocket and eventsocket, formats the live logs for human readability, and writes them to stdout for your piping or grepping pleasure.
I've published it on GitHub as helog .
You'll need a Java 11 runtime installed. Download helog-v1.0.0.tar or helog-v1.0.0.zip and uncompress the archive. The executables are in the bin directory. You can t…