LukeMathWalker / cargo-chef

A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.
Apache License 2.0
1.79k stars 117 forks source link

Feature request: very verbose log output #251

Open liss-h opened 10 months ago

liss-h commented 10 months ago

Hi there, it would be really handy if cargo-chef had a "very verbose" (-vv = very verbose/build.rs output) flag like cargo itself.

So that when you are building complex C dependencies it doesn't seem like the build process got stuck somewhere (idk if you can relate).

If you want me to I can also have a look at the codebase and open a PR :)