about summary refs log tree commit diff
path: root/doc/manual/opt-common.xml
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-08-18T12·19+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-08-18T12·19+0000
commit1eddee59f22b56a4b098921083780990dc1f0468 (patch)
tree5a5bfa90422920dc06961f8c362876e31c7b16ee /doc/manual/opt-common.xml
parent937ce0cd214c12276a2c373b515dc2541d1582fd (diff)
* 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.

Diffstat (limited to 'doc/manual/opt-common.xml')
-rw-r--r--doc/manual/opt-common.xml13
1 files changed, 6 insertions, 7 deletions
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 @@
           <para>
             <quote>Informational</quote>: print
             <emphasis>useful</emphasis> messages about what Nix is
-            doing.
+            doing.  This is the default.
           </para>
         </listitem>
       </varlistentry>
@@ -94,14 +94,13 @@
 
 
 <varlistentry>
-  <term><option>--build-output</option> / <option>-B</option></term>
+  <term><option>--no-build-output</option> / <option>-Q</option></term>
   <listitem>
     <para>
-      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 (<quote>Debug</quote>), 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
       <filename><replaceable>prefix</replaceable>/nix/var/log/nix</filename>.
     </para>
   </listitem>