rust-lang / rustwide

Execute your code on the Rust ecosystem.
Apache License 2.0
180 stars 44 forks source link

add max_line_length to LogStorage #83

Closed syphar closed 2 months ago

syphar commented 4 months ago

In https://github.com/rust-lang/docs.rs/issues/2441 we had an issue where a single log line was in the 10s of MB ( see this zulip thread ).

So now we want to truncate log-lines that are too wide, so we can keep the rest of the log-lines and still respect the general max_size.