mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 05:51:05 +01:00
Allow separate JSON logging
If the NIX_LOG_FILE environment variable is set, Nix will write JSON log messages to that file in addition to the regular logger (e.g. the progress bar).
This commit is contained in:
parent
8ef94c1114
commit
1f702cdb01
5 changed files with 131 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ sources = files(
|
|||
'strings.cc',
|
||||
'suggestions.cc',
|
||||
'tarfile.cc',
|
||||
'tee-logger.cc',
|
||||
'terminal.cc',
|
||||
'thread-pool.cc',
|
||||
'unix-domain-socket.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue