Merge "Suppress iso8601 logging from --debug output"
This commit is contained in:
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user