summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-06-03 17:07:24 -0400
committerRob Crittenden <rcritten@redhat.com>2010-06-03 17:08:22 -0400
commit1dd7b11b0b5697f86f4d486fbe9509484ae2065a (patch)
tree8557e57432ea408b69dc6af27cc795c8db3716cc /ipalib/constants.py
parent4924270b453655270da03b14f3e7825713820f0a (diff)
downloadfreeipa-1dd7b11b0b5697f86f4d486fbe9509484ae2065a.tar.gz
freeipa-1dd7b11b0b5697f86f4d486fbe9509484ae2065a.tar.xz
freeipa-1dd7b11b0b5697f86f4d486fbe9509484ae2065a.zip
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.
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py2
1 files changed, 1 insertions, 1 deletions
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'),