From 968928fc0098af1193dd25bef5650bd45102ce6c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Oct 07 2013 14:17:32 +0000 Subject: MAN: Reflow debug_levels.xml Many lines in debug_levels.xml violated our line-length conventsions. This patch provides no functional changes, it simply brings those lines into compliance. --- diff --git a/src/man/include/debug_levels.xml b/src/man/include/debug_levels.xml index 14e666c..631e19d 100644 --- a/src/man/include/debug_levels.xml +++ b/src/man/include/debug_levels.xml @@ -12,23 +12,25 @@ 0, 0x0010: - Fatal failures. Anything that would prevent SSSD from starting up or causes it to cease running. + Fatal failures. Anything that would prevent SSSD from starting up or + causes it to cease running. 1, 0x0020: - Critical failures. An error that doesn't kill the SSSD, but one that indicates - that at least one major feature is not going to work properly. + Critical failures. An error that doesn't kill the SSSD, but one that + indicates that at least one major feature is not going to work + properly. 2, - 0x0040: Serious failures. An error announcing that a particular request or - operation has failed. + 0x0040: Serious failures. An error announcing + that a particular request or operation has failed. 3, - 0x0080: Minor failures. These are the errors that would percolate down to - cause the operation failure of 2. + 0x0080: Minor failures. These are the errors that + would percolate down to cause the operation failure of 2. 4, @@ -44,29 +46,34 @@ 7, - 0x1000: Trace messages for internal control functions. + 0x1000: Trace messages for internal control + functions. 8, - 0x2000: Contents of function-internal variables that may be interesting. + 0x2000: Contents of function-internal variables + that may be interesting. 9, 0x4000: Extremely low-level tracing information. - To log required bitmask debug levels, simply add their numbers together as shown in following examples: + To log required bitmask debug levels, simply add their numbers together + as shown in following examples: Example: To log fatal failures, critical failures, serious failures and function data use 0x0270. - Example: To log fatal failures, configuration settings, function data, - trace messages for internal control functions use 0x1310. + Example: To log fatal failures, configuration + settings, function data, trace messages for internal control functions + use 0x1310. - Note: The bitmask format of debug levels was introduced in 1.7.0. + Note: The bitmask format of debug levels was + introduced in 1.7.0. Default: 0