mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
status: Don't display download URLs for '--verbosity=1'.
With this change, each substitute occupies a single line of output (instead of two) when using '-v1', the default for 'guix package' & co. * guix/status.scm (print-build-event): Add #:print-urls? and honor it. (print-build-event/quiet): Pass #:print-urls? #f. (print-build-event/quiet-with-urls): New procedure. (logger-for-level): Add case for LEVEL 2. * doc/guix.texi (Common Build Options): Adjust '--verbosity' documentation.
This commit is contained in:
parent
1fa4aff1fb
commit
e45ef9a648
2 changed files with 23 additions and 7 deletions
|
@ -10264,9 +10264,10 @@ guix-daemon, @option{--timeout}}).
|
|||
@cindex build logs, verbosity
|
||||
@item -v @var{level}
|
||||
@itemx --verbosity=@var{level}
|
||||
Use the given verbosity @var{level}, an integer. Choosing 0 means that no
|
||||
output is produced, 1 is for quiet output, and 2 shows all the build log
|
||||
output on standard error.
|
||||
Use the given verbosity @var{level}, an integer. Choosing 0 means that
|
||||
no output is produced, 1 is for quiet output; 2 is similar to 1 but it
|
||||
additionally displays download URLs; 3 shows all the build log output on
|
||||
standard error.
|
||||
|
||||
@item --cores=@var{n}
|
||||
@itemx -c @var{n}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue