mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
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:
commit
834772354c
@ -2598,7 +2598,7 @@ def parse_args():
|
||||
def main():
|
||||
args = parse_args()
|
||||
|
||||
loglevel = logging.INFO
|
||||
loglevel = logging.WARNING
|
||||
if args.verbose:
|
||||
loglevel = logging.DEBUG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user