Merge "Set the iso8601 log level to WARN"
This commit is contained in:
@@ -384,6 +384,8 @@ class OpenStackIdentityShell(object):
|
||||
|
||||
if args.debug:
|
||||
logging_level = logging.DEBUG
|
||||
iso_logger = logging.getLogger('iso8601')
|
||||
iso_logger.setLevel('WARN')
|
||||
else:
|
||||
logging_level = logging.WARNING
|
||||
|
||||
|
Reference in New Issue
Block a user