diff --git a/ostap/core/run_ostap.py b/ostap/core/run_ostap.py index 408b3cf0..f001d2b7 100644 --- a/ostap/core/run_ostap.py +++ b/ostap/core/run_ostap.py @@ -292,8 +292,8 @@ def __call__(self, parser, namespace, values, option_string=None): if arguments.Quiet : logger.info ( '(silent) Interactive Ostap session (steroid-enhanced PyROOT)') level = logging.WARNING - 1 -elif arguments.Debug : level = logging.DEBUG - 2 -elif arguments.Verbose : level = logging.VERBOSE - 2 +elif arguments.Debug : level = logging.DEBUG - 2 +elif arguments.Verbose : level = logging.VERBOSE - 2 elif 0 == arguments.Level : level = 1 elif 1 == arguments.Level : level = logging.VERBOSE - 2 elif 2 == arguments.Level : level = logging.DEBUG - 2