From 1eddee59f22b56a4b098921083780990dc1f0468 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 18 Aug 2004 12:19:06 +0000 Subject: * The default verbosity level of all Nix commands is now lvlInfo. * Builder output is written to standard error by default. * The option `-B' is gone. * The option `-Q' suppresses builder output. The result of this is that most Nix invocations shouldn't need any flags w.r.t. logging. --- doc/manual/opt-common-syn.xml | 4 ++-- doc/manual/opt-common.xml | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/manual/opt-common-syn.xml b/doc/manual/opt-common-syn.xml index f848ad249909..033189d0b919 100644 --- a/doc/manual/opt-common-syn.xml +++ b/doc/manual/opt-common-syn.xml @@ -2,8 +2,8 @@ - - + + diff --git a/doc/manual/opt-common.xml b/doc/manual/opt-common.xml index db8a60ecad6e..0cfd6ba215d2 100644 --- a/doc/manual/opt-common.xml +++ b/doc/manual/opt-common.xml @@ -50,7 +50,7 @@ Informational: print useful messages about what Nix is - doing. + doing. This is the default. @@ -94,14 +94,13 @@ - / + / - Causes the output written by build actions to standard output - and standard error to be echoed to standard error, regardless of - verbosity level. By default, it is only echoed at a verbosity - level of at least 4 (Debug), and is suppressed at - lower levels. Note that it is always written to a log file in + By default, output written by builders to standard output and + standard error is echoed to the Nix command's standard error. + This option suppresses this behaviour. Note that the builder's + standard output and error are always written to a log file in prefix/nix/var/log/nix. -- cgit 1.4.1