diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/logging/debugclass.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/smbdotconf/logging/debugclass.xml b/docs/smbdotconf/logging/debugclass.xml new file mode 100644 index 0000000000..cc4b84acd7 --- /dev/null +++ b/docs/smbdotconf/logging/debugclass.xml @@ -0,0 +1,18 @@ +<samba:parameter name="debug class" + context="G" + type="boolean" + developer="1" advanced="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para> + With this boolean parameter enabled, the debug class (DBGC_CLASS) + will be displayed in the debug header. + </para> + <para> + For more information about currently available debug classes, see + section about <smbconfoption name="log level"/>. + </para> + +</description> +<value type="default">no</value> +</samba:parameter> |