Slice those logs up into pretty little pieces. Output each process to a separate file.
Build the project using go build and run the executable.
go build -o logsplitter main.go
logsplitter -f <messages file location> -r <output folder location>
MIT License © 2023-PRESENT Dean McLennan