Use pprint for args
This commit is contained in:
3
smithy
3
smithy
@@ -269,7 +269,8 @@ def main():
|
||||
log_level = logging.DEBUG
|
||||
logging.setupLogging(log_level)
|
||||
|
||||
LOG.debug("Command line options %s" % (args))
|
||||
LOG.debug("Command line options:")
|
||||
utils.log_object(args, item_max_len=80)
|
||||
LOG.debug("Log level is: %s" % (log_level))
|
||||
|
||||
# Will need root to setup openstack
|
||||
|
||||
Reference in New Issue
Block a user