aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index ab41664..d525d69 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -150,7 +150,7 @@ one solution is to convert your property to a :LISP property."
;;;; Progress & debug printing
-(defvar *consfigurator-debug-level* nil
+(defvar *consfigurator-debug-level* 0
"Integer. Higher values mean be more verbose during deploys.")
(defvar *inform-prefix* ";; ")