mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 03:21:03 +01:00
Add json-log-path setting
This setting specifies a path (which can be a regular file or Unix domain socket) that receives a copy of all Nix log messages (in JSON format).
This commit is contained in:
parent
0087188d47
commit
7240fb198f
8 changed files with 200 additions and 5 deletions
|
|
@ -147,6 +147,7 @@ sources = [config_priv_h] + files(
|
|||
'strings.cc',
|
||||
'suggestions.cc',
|
||||
'tarfile.cc',
|
||||
'tee-logger.cc',
|
||||
'terminal.cc',
|
||||
'thread-pool.cc',
|
||||
'union-source-accessor.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue