foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
59 stars 36 forks source link

Log Management with File Rotation in SolcCompilerIoReporter #29

Closed DoTheBestToGetTheBest closed 1 week ago

DoTheBestToGetTheBest commented 8 months ago

this pr introduce a log file rotation to SolcCompilerInReport, it is supposed to handle large log file generated during compilation processes

This should prevents log fles from growing too much large.

DaniPopes commented 1 week ago

We're planning to refactor this code (https://github.com/foundry-rs/compilers/issues/155), closing for now as stale.