indygreg / apple-platform-rs

Rust crates supporting Apple platform development
598 stars 49 forks source link

apple-codesign: honor verbose level to set logging level #162

Closed reckenrode closed 3 weeks ago

reckenrode commented 1 month ago

While updating rcodesign in nixpkgs, I ran into failing tests with cli_tests. It seems the verbosity flag used by the tests is not being honored. With this patch, verbosity level sets the default logging level, which can be overriden with the RUST_LOG environment variable.