1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

* 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.
This commit is contained in:
Eelco Dolstra 2004-08-18 12:19:06 +00:00
parent 937ce0cd21
commit 1eddee59f2
6 changed files with 13 additions and 15 deletions

View file

@ -243,7 +243,7 @@ void writeStringToFile(const Path & path, const string & s)
LogType logType = ltPretty;
Verbosity verbosity = lvlError;
Verbosity verbosity = lvlInfo;
static int nestingLevel = 0;