mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +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:
parent
0087188d47
commit
7240fb198f
8 changed files with 200 additions and 5 deletions
6
doc/manual/rl-next/json-logger.md
Normal file
6
doc/manual/rl-next/json-logger.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue