Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-10-12 Thread Simon Tournier
(show-help) -r, --root=FILEmake FILE a symlink to the result, and register it as a garbage collector root")) (display (G_ " - -v, --verbosity=LEVEL use the given verbosity LEVEL")) - (display (G_ " + -v, --verbosity=LE

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-10-11 Thread Simon Tournier
%standard-build-options. Or something like that. guix/scripts/build.scm reads: --8<---cut here---start->8--- (define (show-help) (display (G_ "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION... Build the given PACKAGE-OR-D

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-10-11 Thread Maxim Cournoyer
Hi, Simon Tournier writes: > Hi, > > On Tue, 26 Sep 2023 at 12:19, Maxim Cournoyer > wrote: > >>> Where should the user of the Guix command-line interface be expected >>> to read about the verbosity LEVEL argument that they can pass to >>> `--verbosity` and that is also valid? > > To answer a

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-10-11 Thread Simon Tournier
Hi, On Tue, 26 Sep 2023 at 12:19, Maxim Cournoyer wrote: >> Where should the user of the Guix command-line interface be expected >> to read about the verbosity LEVEL argument that they can pass to >> `--verbosity` and that is also valid? To answer a question elsewhere in this threads, I think t

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-10-05 Thread jgart
Some prescriptive logging documentation for inspiration: https://textual.textualize.io/guide/devtools/#increasing-verbosity

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-10-03 Thread Maxim Cournoyer
Hello, "jgart" writes: > Hi Maxim, > > Thanks for the reply and info. > > I don't mind doing the work to find out exactly what is being logged > with deep understanding of Guile/Guix's logging mechanism. A bird's > eye view while still understanding the low level and commenting on it. > > It wil

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-10-01 Thread jgart
Hi Maxim, Thanks for the reply and info. I don't mind doing the work to find out exactly what is being logged with deep understanding of Guile/Guix's logging mechanism. A bird's eye view while still understanding the low level and commenting on it. It will require some time to do that research

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-10-01 Thread Maxim Cournoyer
Hi, "jgart" writes: >> 1 is for quiet output; 2 is similar to 1 but it additionally displays >> download URLs; > >> it additionally displays > > I think it is confusing to use the word "additionally" here as there is > nothing that we know about the quiet output for the description that let's

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-09-26 Thread jgart
> 1 is for quiet output; 2 is similar to 1 but it additionally displays > download URLs; > it additionally displays I think it is confusing to use the word "additionally" here as there is nothing that we know about the quiet output for the description that let's us then conceptualize what wil

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-09-26 Thread jgart
for non-determinism issues --repair repair the specified items -r, --root=FILEmake FILE a symlink to the result, and register it as a garbage collector root -v, --verbosity=LEVEL use the given verbosity LEVEL -q, --quietdo not show t

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-09-26 Thread Maxim Cournoyer
Hi, "jgart" writes: > Hi Maxim, > > That's awesome documentation! Thanks for doing that. Approved. > Do you want to merge this? There seems to be a misunderstanding; it's already documented. If you run the info command I shared you'll see I copied the text from there. -- Thanks, Maxim

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-09-26 Thread jgart
Hi Maxim, That's awesome documentation! Thanks for doing that. Approved. Do you want to merge this? yours truly, jgart

Re: -v, --verbosity=LEVEL use the given verbosity LEVEL

2023-09-26 Thread Maxim Cournoyer
Hi jgart, "jgart" writes: > Hi Guixers, > > Where should the user of the Guix command-line interface be expected > to read about the verbosity LEVEL argument that they can pass to > `--verbosity` and that is also valid? See info '(guix) Invoking guix build': --8<---cut here

-v, --verbosity=LEVEL use the given verbosity LEVEL

2023-09-23 Thread jgart
Hi Guixers, Where should the user of the Guix command-line interface be expected to read about the verbosity LEVEL argument that they can pass to `--verbosity` and that is also valid? all best, jgart