rust-lang / rust-log-analyzer

Analyzing Travis and Azure Pipelines logs to find encountered errors
MIT License
40 stars 27 forks source link

Rust Log Analyzer creates comments that are excessively long causing problems for email #83

Open programmerjake opened 2 months ago

programmerjake commented 2 months ago

https://github.com/rust-lang/rust/pull/124521#issuecomment-2089415698

This caused GitHub to send me an email with 1892 lines, which makes other emails in the thread very difficult to read, even to the point where GMail truncated the email when displaying it.

Please truncate the generated comments to at most 100-200 lines.