1
1
Fork 0
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:
Eelco Dolstra 2025-04-11 16:45:59 +02:00 committed by Jörg Thalheim
parent 0087188d47
commit 7240fb198f
8 changed files with 200 additions and 5 deletions

View file

@ -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',