1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02: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

@ -0,0 +1,6 @@
---
synopsis: "`json-log-path` setting"
prs: [13003]
---
New setting `json-log-path` that sends a copy of all Nix log messages (in JSON format) to a file or Unix domain socket.