log-replay
log-replay copied to clipboard
Fix issue when reading very long lines in log file.
This PR uses the Reader.ReadLine method as Scanner is limited by the const MaxScanTokenSize.
good commit
Following up on this PR for reviews or merging.