diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/command-ref/opt-common.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/manual/command-ref/opt-common.xml b/doc/manual/command-ref/opt-common.xml index a68eef1d0..093bc2526 100644 --- a/doc/manual/command-ref/opt-common.xml +++ b/doc/manual/command-ref/opt-common.xml @@ -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> |