From 65ecd399ea82abdafd0a2471193a9c850b50db87 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 23 Feb 2018 19:37:22 +0100 Subject: Debug level of logging --- playoff.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playoff.py b/playoff.py index a88d151..6a2a8ff 100644 --- a/playoff.py +++ b/playoff.py @@ -15,6 +15,8 @@ def main(): description='Generate play-off HTML for JFR Teamy tournaments') output_args = arg_parser.add_mutually_exclusive_group() output_args.add_argument('-v', '--verbose', action='store_true', + help='display info on STDERR') + output_args.add_argument('-vv', '--debug', action='store_true', help='display debug info on STDERR') output_args.add_argument('-q', '--quiet', action='store_true', help='suppress warnings on STDERR') -- cgit v1.2.3