mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Merge branch 'minimal-logger' of https://github.com/Ma27/nix
This commit is contained in:
commit
691a1bd717
3 changed files with 53 additions and 1 deletions
|
@ -106,7 +106,14 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry><term>internal-json</term>
|
||||
<listitem><para>Outputs the logs in a structured manner. NOTE: the json schema is not guarantees to be stable between releases.</para></listitem>
|
||||
<listitem>
|
||||
<para>Outputs the logs in a structured manner.</para>
|
||||
<warning>
|
||||
<para>
|
||||
While the schema itself is relatively stable, the format of the error-messages (namely of the <literal>msg</literal>-field) can change between several releases.
|
||||
</para>
|
||||
</warning>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry><term>bar</term>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue