default logging is now INFO
All checks were successful
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 3m22s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 2m21s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 12s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 1m27s

This commit is contained in:
ahuston-0 2025-03-26 11:33:38 -04:00
parent 607f3f9f76
commit 9103ece19c
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -117,7 +117,7 @@ def main() -> None:
:returns: None
"""
configure_logger("DEBUG")
configure_logger("INFO")
args = parse_inputs()
if args.compare_drvs:
compare_drvs(args)