mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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.
This commit is contained in:
@@ -118,7 +118,7 @@ DEFAULT_CONFIG = (
|
||||
('webui_assets_dir', None),
|
||||
|
||||
# Debugging:
|
||||
('verbose', False),
|
||||
('verbose', 0),
|
||||
('debug', False),
|
||||
('mode', 'production'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user