From f24d52fba8f53ad9d605f974ecb00161b5380824 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 1 Apr 2021 13:19:04 -0700 Subject: fix default value of *CONSFIGURATOR-DEBUG-LEVEL* Signed-off-by: Sean Whitton --- src/util.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.lisp') 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* ";; ") -- cgit v1.2.3