summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
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'),