Skip to content

Commit

Permalink
correct logging default msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Dec 21, 2024
1 parent 00855d3 commit 84b428f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsplit/app_tsplit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def main():
"--loglevel",
default="INFO",
choices=["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"],
help="Set logging level. Default: 'DEBUG'",
help="Set logging level. Default: 'INFO'",
)
tir_parser.add_argument(
"-i",
Expand Down

0 comments on commit 84b428f

Please sign in to comment.