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.
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.