1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 07:33:16 +02:00

Merge pull request #3073 from tweag/machine-logs

Add an option to print the logs in a machine-readable format
This commit is contained in:
Eelco Dolstra 2020-06-11 15:45:18 +02:00 committed by GitHub
commit ac4d43a31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 187 additions and 31 deletions

View file

@ -1098,6 +1098,8 @@ static int _main(int argc, char * * argv)
op(opFlags, opArgs);
logger->stop();
return 0;
}
}