From 8d291ef95061c56ce047a2c814adef5bcfe507db Mon Sep 17 00:00:00 2001 From: Herb Lewis <herb@samba.org> Date: Tue, 13 Mar 2007 17:40:17 +0000 Subject: add documentation for debug prefix timestamp fix missing tag close in printjobusername (This used to be commit ea5c7f2258a7e5b6811719520a0a716cf49bc89b) --- docs/smbdotconf/logging/debugprefixtimestamp.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/smbdotconf/logging/debugprefixtimestamp.xml (limited to 'docs/smbdotconf/logging') diff --git a/docs/smbdotconf/logging/debugprefixtimestamp.xml b/docs/smbdotconf/logging/debugprefixtimestamp.xml new file mode 100644 index 0000000000..62a6574613 --- /dev/null +++ b/docs/smbdotconf/logging/debugprefixtimestamp.xml @@ -0,0 +1,19 @@ +<samba:parameter name="debug prefix timestamp" + context="G" + developer="1" + type="boolean" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para> + With this option enabled, the timestamp message header is prefixed to the debug message without the + filename and function information that is included with the <smbconfoption name="debug timestamp"/> + parameter. This gives timestamps to the messages without adding an additional line. + </para> + + <para> + Note that this parameter overrides the <smbconfoption name="debug timestamp"/> parameter. + </para> + +</description> +<value type="default">no</value> +</samba:parameter> -- cgit