diff --git a/logbasecommand/base.py b/logbasecommand/base.py index 237e835..38c44c7 100644 --- a/logbasecommand/base.py +++ b/logbasecommand/base.py @@ -56,8 +56,8 @@ def execute(self, *args, **options): self.logger.setLevel( [ logging.ERROR, - max(self.logger.getEffectiveLevel(), logging.INFO), - logging.DEBUG, + logging.INFO, + logging.WARNING, logging.DEBUG, ][self.verbosity] )