Use pprint for args

This commit is contained in:
Joshua Harlow
2012-08-17 12:24:56 -07:00
parent e050252d06
commit d10d7a3474

3
smithy
View File

@@ -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