log-replay
log-replay copied to clipboard
Replays log files at a given speed
Hello OSX 11.5.1 I did install GO with brew : I did make install_deps However I failed to build : ``` make all ✔ 250 14:04:17 go...
This PR uses the `Reader.ReadLine` method as `Scanner` is limited by the `const MaxScanTokenSize`.
Error is raised when the line is too long. This is because the line is longer than the MaxScanTokenSize constant. I made a PR that uses Reader's ReadLine method instead....
Replay the log in same the speed as they are generated, using the timestamp in front of each line to replay the log, maybe allowing a maximum interval be specified...
https://clever.atlassian.net/browse/INFRANG-5578 This PR updates go to version 1.21. Welcome to the future. # Testing No actual testing done for this specific repo other than `make test` LOTS of testing done...