From 1dd7b11b0b5697f86f4d486fbe9509484ae2065a Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 3 Jun 2010 17:07:24 -0400 Subject: Connect the -v cli argument to the verbose flag in xmlrpclib If you pass two -v to the ipa command you'll get the XML-RPC data in the output. This can be handy so you know exactly what went out over the wire. --- ipalib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index 02d9f6f7b..05fa1e667 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -118,7 +118,7 @@ DEFAULT_CONFIG = ( ('webui_assets_dir', None), # Debugging: - ('verbose', False), + ('verbose', 0), ('debug', False), ('mode', 'production'), -- cgit