From e86ee41bc1d6eebeff7a5eb4511d2251cc4d8d3a Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 24 Feb 2014 16:34:36 +0000 Subject: [PATCH] Fix heading level in logging docs The logging docs went straight from

to

header level, skipping out

. Signed-off-by: Daniel P. Berrange --- docs/logging.html.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/logging.html.in b/docs/logging.html.in index 1cd15a11aa..ac415f8674 100644 --- a/docs/logging.html.in +++ b/docs/logging.html.in @@ -24,9 +24,9 @@ Examples -

+

Logging in the library -

+

The logging functionalities in libvirt are based on 3 key concepts, similar to the one present in other generic logging facilities like log4j:

@@ -58,9 +58,9 @@ default is 64 kB. This can be used when debugging the library (see the virLogBuffer variable content).

-

+

Configuring logging in the library -

+

The library configuration of logging is through 3 environment variables allowing to control the logging behaviour: