scripts: system: Default to -v3 when building a system.
authorMark H Weaver <mhw@netris.org>
Sat, 10 Apr 2021 03:19:05 +0000 (23:19 -0400)
committerMark H Weaver <mhw@netris.org>
Mon, 12 Apr 2021 02:13:17 +0000 (22:13 -0400)
This is a followup to 8f9052d5434a3a11e7b4ff14d6b0090256e08aa4.

* guix/scripts/system.scm (verbosity-level): Change the default
from 2 to 3 when building a system.

guix/scripts/system.scm

index c226f08..0a051ee 100644 (file)
@@ -1145,7 +1145,7 @@ Some ACTIONS support additional ARGS.\n"))
   "Return the verbosity level based on OPTS, the alist of parsed options."
   (or (assoc-ref opts 'verbosity)
       (if (eq? (assoc-ref opts 'action) 'build)
-          2 1)))
+          3 1)))
 
 \f
 ;;;