Skip to content

Commit

Permalink
Change default --logging to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Feb 25, 2024
1 parent c0b7984 commit b0ab857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugme.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def parse_args() -> argparse.Namespace:
"-l",
"--log",
choices=["none", "debug", "info", "warning", "error", "critical"],
default="info",
default="warning",
help="log level",
)
argparser.add_argument(
Expand Down

0 comments on commit b0ab857

Please sign in to comment.