Suppress iso8601 logging from --debug output
This change silences logging from iso8601 when --debug option set Change-Id: Ib8b8423012d43ef78d7138609fa98f40d46e7d4b Closes-bug: #1324470
This commit is contained in:
parent
26d29f5ce0
commit
f65641c44d
@ -1414,6 +1414,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