Skip to content

Commit

Permalink
fix caps
Browse files Browse the repository at this point in the history
  • Loading branch information
contrick64 committed Jan 29, 2025
1 parent 2af4ab7 commit 2d5e0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def parse_arguments():
help='Run without ingesting'
)
parser.add_argument("-l", "--log",
dest="logLevel",
dest="loglevel",
choices=['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'],
default='INFO',
help="Set the logging level")
Expand Down

0 comments on commit 2d5e0ab

Please sign in to comment.