Skip to content

Commit

Permalink
Add more logging levels
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Oct 4, 2023
1 parent f7a895b commit 7e1105f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _gen_parser():
"--log-level",
help="Log level",
action="store",
choices=["info", "debug"],
choices=["debug", "info", "warning", "error", "critical"],
default="info",
)

Expand Down

0 comments on commit 7e1105f

Please sign in to comment.