Merge "Suppress iso8601 logging from --debug output"

This commit is contained in:
Jenkins 2015-12-01 00:31:54 +00:00 committed by Gerrit Code Review
commit e675e1e938

@ -1416,6 +1416,7 @@ Examples:
logging.getLogger("swiftclient")
if options.debug:
logging.basicConfig(level=logging.DEBUG)
logging.getLogger('iso8601').setLevel(logging.WARNING)
elif options.info:
logging.basicConfig(level=logging.INFO)