srlabs / ziggy

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Apache License 2.0
59 stars 6 forks source link

All fuzzer logs should be moved to a `logs` directory #4

Closed louismerlin closed 1 year ago

louismerlin commented 1 year ago

Right now, we dump the fuzzer's logs directly in the output directory.

They should be moved to output/logs to avoid cluttering output.