Merge pull request #2106 from ceph/wip-8813

eat up the level from logging output when not using the `-v` flag

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2014-07-16 12:18:31 -07:00
commit 834772354c

View File

@ -2598,7 +2598,7 @@ def parse_args():
def main():
args = parse_args()
loglevel = logging.INFO
loglevel = logging.WARNING
if args.verbose:
loglevel = logging.DEBUG