mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
logging.html.in: Kill useless spaces in <pre/>
The <pre/> section is rendered as-is on the page. That is, if all the lines are prefixed with 4 spaces the rendered page will also have them. Problem is if we put a box around such <pre/> because the content might not fix into it. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
7c67aee258
commit
3260b7d3cc
@ -102,8 +102,8 @@
|
|||||||
variables.</p>
|
variables.</p>
|
||||||
<p>The format for a filter is one of:</p>
|
<p>The format for a filter is one of:</p>
|
||||||
<pre>
|
<pre>
|
||||||
x:name (log message only)
|
x:name (log message only)
|
||||||
x:+name (log message + stack trace)</pre>
|
x:+name (log message + stack trace)</pre>
|
||||||
<p>where <code>name</code> is a string which is matched against
|
<p>where <code>name</code> is a string which is matched against
|
||||||
the category given in the VIR_LOG_INIT() at the top of each
|
the category given in the VIR_LOG_INIT() at the top of each
|
||||||
libvirt source file, e.g., <code>remote</code>, <code>qemu</code>,
|
libvirt source file, e.g., <code>remote</code>, <code>qemu</code>,
|
||||||
@ -201,8 +201,8 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
$ journalctl MESSAGE_ID=8ae2f3fb-2dbe-498e-8fbd-012d40afa361 --output=json
|
$ journalctl MESSAGE_ID=8ae2f3fb-2dbe-498e-8fbd-012d40afa361 --output=json
|
||||||
{ ...snip...
|
{ ...snip...
|
||||||
"LIBVIRT_SOURCE" : "file",
|
"LIBVIRT_SOURCE" : "file",
|
||||||
"PRIORITY" : "3",
|
"PRIORITY" : "3",
|
||||||
"CODE_FILE" : "qemu/qemu_capabilities.c",
|
"CODE_FILE" : "qemu/qemu_capabilities.c",
|
||||||
|
Loading…
Reference in New Issue
Block a user