aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 13:19:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 15:56:45 -0700
commitf24d52fba8f53ad9d605f974ecb00161b5380824 (patch)
treed29233b811933f42d0da93e963612db81039a9a5
parent1f2fd838da4934db2d767521a52fe6f9c36d9e14 (diff)
downloadconsfigurator-f24d52fba8f53ad9d605f974ecb00161b5380824.tar.gz
fix default value of *CONSFIGURATOR-DEBUG-LEVEL*
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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* ";; ")