nix3: always use the same verbosity default (info)

Change-Id: I3ab84cc583e3e8b1c05a8ae1a7a087204f513d03
This commit is contained in:
Qyriad 2024-05-23 22:55:46 -06:00
parent 8c06b7b431
commit d0390b5cf2

View file

@ -363,11 +363,6 @@ void mainWrapped(int argc, char * * argv)
setLogFormat("bar");
settings.verboseBuild = false;
if (isatty(STDERR_FILENO)) {
verbosity = lvlNotice;
} else {
verbosity = lvlInfo;
}
NixArgs args;